Color Hex Logo

#faefcf Color Hex

#FAEFCF
(250,239,207)
0 Favorites   0 Comments

Color spaces of #faefcf

RGB 250239207
HSL0.120.810.90
HSV45°17°98°
CMYK 0.000.040.17   0.02
XYZ81.553386.562071.4413
Yxy86.56200.34040.3613
Hunter Lab93.0387-6.353119.6003
CIE-Lab94.5521-1.396616.8165

#faefcf color RGB value is (250,239,207).

#faefcf hex color red value is 250, green value is 239 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #faefcf hue: 0.12 , saturation: 0.81 and the lightness value of faefcf is 0.90.

The process color (four color CMYK) of #faefcf color hex is 0.00, 0.04, 0.17, 0.02. Web safe color of #faefcf is #ffffcc. Color #faefcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11001111
Octal 372 357 317
Decimal 250 239 207
Hex FA EF CF

RGB Percentages of Color #faefcf

%35.92
%34.34
%29.74

CMYK Percentages of Color #faefcf

%0
%4
%17
%2

Triadic Colors of #faefcf

#faefcf #cffaef #efcffa

Analogous Colors of #faefcf

#faefcf #f0facf #fadacf

Monochromatic Colors of #faefcf

#faefcf

Complementary Color

#faefcf #cfdafa

#faefcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefcf Color CSS Codes

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

#faefcf Text Font Color

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

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


#faefcf Background Color

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

This div background color is #faefcf


#faefcf Border Color

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

This div border color is #faefcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefcf


Comments

No comments written yet.

Please login to write comment.