Color Hex Logo

#faeeea Color Hex

#FAEEEA
(250,238,234)
0 Favorites   0 Comments

Color spaces of #faeeea

RGB 250238234
HSL0.040.620.95
HSV15°98°
CMYK 0.000.050.06   0.02
XYZ84.850287.413690.2423
Yxy87.41360.32320.3330
Hunter Lab93.4952-1.62178.2195
CIE-Lab94.91353.36393.3648

#faeeea color RGB value is (250,238,234).

#faeeea hex color red value is 250, green value is 238 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #faeeea hue: 0.04 , saturation: 0.62 and the lightness value of faeeea is 0.95.

The process color (four color CMYK) of #faeeea color hex is 0.00, 0.05, 0.06, 0.02. Web safe color of #faeeea is #ffffff. Color #faeeea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 11101010
Octal 372 356 352
Decimal 250 238 234
Hex FA EE EA

RGB Percentages of Color #faeeea

%34.63
%32.96
%32.41

CMYK Percentages of Color #faeeea

%0
%5
%6
%2

Triadic Colors of #faeeea

#faeeea #eafaee #eeeafa

Analogous Colors of #faeeea

#faeeea #faf6ea #faeaee

Monochromatic Colors of #faeeea

#faeeea

Complementary Color

#faeeea #eaf6fa

#faeeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeeea Color CSS Codes

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

#faeeea Text Font Color

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

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


#faeeea Background Color

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

This div background color is #faeeea


#faeeea Border Color

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

This div border color is #faeeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeeea

Related Colors


Comments

No comments written yet.

Please login to write comment.