Color Hex Logo

#faefca Color Hex

#FAEFCA
(250,239,202)
0 Favorites   0 Comments

Color spaces of #faefca

RGB 250239202
HSL0.130.830.89
HSV46°19°98°
CMYK 0.000.040.19   0.02
XYZ80.951586.321368.2722
Yxy86.32130.34370.3665
Hunter Lab92.9093-7.064821.4686
CIE-Lab94.4496-2.126119.2483

#faefca color RGB value is (250,239,202).

#faefca hex color red value is 250, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #faefca hue: 0.13 , saturation: 0.83 and the lightness value of faefca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11001010
Octal 372 357 312
Decimal 250 239 202
Hex FA EF CA

RGB Percentages of Color #faefca

%36.18
%34.59
%29.23

CMYK Percentages of Color #faefca

%0
%4
%19
%2

Triadic Colors of #faefca

#faefca #cafaef #efcafa

Analogous Colors of #faefca

#faefca #edfaca #fad7ca

Monochromatic Colors of #faefca

#faefca

Complementary Color

#faefca #cad5fa

#faefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefca Color CSS Codes

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

#faefca Text Font Color

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

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


#faefca Background Color

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

This div background color is #faefca


#faefca Border Color

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

This div border color is #faefca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefca


Comments

No comments written yet.

Please login to write comment.