Color Hex Logo

#faedcb Color Hex

#FAEDCB
(250,237,203)
0 Favorites   0 Comments

Color spaces of #faedcb

RGB 250237203
HSL0.120.820.89
HSV43°19°98°
CMYK 0.000.050.19   0.02
XYZ80.488085.204268.7038
Yxy85.20420.34340.3635
Hunter Lab92.3061-5.889420.4845
CIE-Lab93.9710-0.969818.0633

#faedcb color RGB value is (250,237,203).

#faedcb hex color red value is 250, green value is 237 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #faedcb hue: 0.12 , saturation: 0.82 and the lightness value of faedcb is 0.89.

The process color (four color CMYK) of #faedcb color hex is 0.00, 0.05, 0.19, 0.02. Web safe color of #faedcb is #ffffcc. Color #faedcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11001011
Octal 372 355 313
Decimal 250 237 203
Hex FA ED CB

RGB Percentages of Color #faedcb

%36.23
%34.35
%29.42

CMYK Percentages of Color #faedcb

%0
%5
%19
%2

Triadic Colors of #faedcb

#faedcb #cbfaed #edcbfa

Analogous Colors of #faedcb

#faedcb #f0facb #fad6cb

Monochromatic Colors of #faedcb

#faedcb

Complementary Color

#faedcb #cbd8fa

#faedcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedcb Color CSS Codes

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

#faedcb Text Font Color

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

This sample text font color is #faedcb
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.


#faedcb Background Color

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

This div background color is #faedcb


#faedcb Border Color

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

This div border color is #faedcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedcb

#faedcb Color Palettes


Comments

No comments written yet.

Please login to write comment.