color codes Logo

#faefbb color codes

#FAEFBB
(250,239,187)
0 Favorites   0 Comments

Color spaces of #faefbb

RGB 250239187
HSL0.140.860.86
HSV50°25°98°
CMYK 0.000.040.25   0.02
XYZ79.260585.644959.3673
Yxy85.64490.35340.3819
Hunter Lab92.5445-9.075226.7466
CIE-Lab94.1603-4.202726.5415

#faefbb color RGB value is (250,239,187).

#faefbb hex color red value is 250, green value is 239 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #faefbb hue: 0.14 , saturation: 0.86 and the lightness value of faefbb is 0.86.

The process color (four color CMYK) of #faefbb color code is 0.00, 0.04, 0.25, 0.02. Web safe color of #faefbb is #ffffcc. Color #faefbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 10111011
Octal 372 357 273
Decimal 250 239 187
Hex FA EF BB

RGB Percentages of Color #faefbb

%36.98
%35.36
%27.66

CMYK Percentages of Color #faefbb

%0
%4
%25
%2

Triadic Colors of #faefbb

#faefbb #bbfaef #efbbfa

Analogous Colors of #faefbb

#faefbb #e6fabb #fad0bb

Monochromatic Colors of #faefbb

#faefbb

Complementary Color

#faefbb #bbc6fa

#faefbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefbb Color CSS Codes

.mybgcolor {background-color:#faefbb; } 
.myforecolor {color:#faefbb; }
.mybordercolor {border:3px solid #faefbb; }

#faefbb Text Font Color

<p style="color:#faefbb">Text here</p>

This sample text font color is #faefbb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#faefbb Background Color

<div style="background-color:#faefbb">
Div content here</div>

This div background color is #faefbb


#faefbb Border Color

<div style="border:3px solid #faefbb">
Div here</div>

This div border color is #faefbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,239,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #faefbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #faefbb;
  -webkit-box-shadow: 1px 1px 3px 2px #faefbb;
  box-shadow:         1px 1px 3px 2px #faefbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,239,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #faefbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #faefbb;
  -webkit-box-shadow: 1px 1px 3px 2px #faefbb;
  box-shadow:         1px 1px 3px 2px #faefbb;">
Div content here</div>

This div box has shadow with color #faefbb

Related Colors


Comments

No comments written yet.

Please login to write comment.