Color Hex Logo

#faecaf Color Hex

#FAECAF
(250,236,175)
0 Favorites   0 Comments

Color spaces of #faecaf

RGB 250236175
HSL0.140.880.83
HSV49°30°98°
CMYK 0.000.060.30   0.02
XYZ77.157783.410052.5905
Yxy83.41000.36200.3913
Hunter Lab91.3291-9.023429.7891
CIE-Lab93.1936-4.235331.3446

#faecaf color RGB value is (250,236,175).

#faecaf hex color red value is 250, green value is 236 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #faecaf hue: 0.14 , saturation: 0.88 and the lightness value of faecaf is 0.83.

The process color (four color CMYK) of #faecaf color hex is 0.00, 0.06, 0.30, 0.02. Web safe color of #faecaf is #ffff99. Color #faecaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 10101111
Octal 372 354 257
Decimal 250 236 175
Hex FA EC AF

RGB Percentages of Color #faecaf

%37.82
%35.70
%26.48

CMYK Percentages of Color #faecaf

%0
%6
%30
%2

Triadic Colors of #faecaf

#faecaf #affaec #ecaffa

Analogous Colors of #faecaf

#faecaf #e3faaf #fac7af

Monochromatic Colors of #faecaf

#faecaf

Complementary Color

#faecaf #afbdfa

#faecaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faecaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faecaf Color CSS Codes

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

#faecaf Text Font Color

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

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


#faecaf Background Color

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

This div background color is #faecaf


#faecaf Border Color

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

This div border color is #faecaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faecaf


Comments

No comments written yet.

Please login to write comment.