Color Hex Logo

#faeccb Color Hex

#FAECCB
(250,236,203)
0 Favorites   0 Comments

Color spaces of #faeccb

RGB 250236203
HSL0.120.820.89
HSV42°19°98°
CMYK 0.000.060.19   0.02
XYZ80.199384.626768.6075
Yxy84.62670.34360.3625
Hunter Lab91.9928-5.371020.1769
CIE-Lab93.7220-0.462717.7142

#faeccb color RGB value is (250,236,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 11001011
Octal 372 354 313
Decimal 250 236 203
Hex FA EC CB

RGB Percentages of Color #faeccb

%36.28
%34.25
%29.46

CMYK Percentages of Color #faeccb

%0
%6
%19
%2

Triadic Colors of #faeccb

#faeccb #cbfaec #eccbfa

Analogous Colors of #faeccb

#faeccb #f1facb #fad5cb

Monochromatic Colors of #faeccb

#faeccb

Complementary Color

#faeccb #cbd9fa

#faeccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeccb Color CSS Codes

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

#faeccb Text Font Color

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

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


#faeccb Background Color

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

This div background color is #faeccb


#faeccb Border Color

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

This div border color is #faeccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,236,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 #faeccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeccb

Related Colors


Comments

No comments written yet.

Please login to write comment.