Color Hex Logo

#faeacb Color Hex

#FAEACB
(250,234,203)
0 Favorites   0 Comments

Color spaces of #faeacb

RGB 250234203
HSL0.110.820.89
HSV40°19°98°
CMYK 0.000.060.19   0.02
XYZ79.626783.481468.4167
Yxy83.48140.34390.3606
Hunter Lab91.3682-4.332819.5612
CIE-Lab93.22480.553417.0160

#faeacb color RGB value is (250,234,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 11001011
Octal 372 352 313
Decimal 250 234 203
Hex FA EA CB

RGB Percentages of Color #faeacb

%36.39
%34.06
%29.55

CMYK Percentages of Color #faeacb

%0
%6
%19
%2

Triadic Colors of #faeacb

#faeacb #cbfaea #eacbfa

Analogous Colors of #faeacb

#faeacb #f3facb #fad3cb

Monochromatic Colors of #faeacb

#faeacb

Complementary Color

#faeacb #cbdbfa

#faeacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeacb Color CSS Codes

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

#faeacb Text Font Color

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

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


#faeacb Background Color

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

This div background color is #faeacb


#faeacb Border Color

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

This div border color is #faeacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeacb


Comments

No comments written yet.

Please login to write comment.