Color Hex Logo

#faecea Color Hex

#FAECEA
(250,236,234)
1 Favorites   0 Comments

Color spaces of #faecea

RGB 250236234
HSL0.020.620.95
HSV98°
CMYK 0.000.060.06   0.02
XYZ84.271186.255490.0493
Yxy86.25540.32340.3310
Hunter Lab92.8738-0.56327.5248
CIE-Lab94.42144.38702.6505

#faecea color RGB value is (250,236,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 11101010
Octal 372 354 352
Decimal 250 236 234
Hex FA EC EA

RGB Percentages of Color #faecea

%34.72
%32.78
%32.50

CMYK Percentages of Color #faecea

%0
%6
%6
%2

Triadic Colors of #faecea

#faecea #eafaec #eceafa

Analogous Colors of #faecea

#faecea #faf4ea #faeaf0

Monochromatic Colors of #faecea

#faecea

Complementary Color

#faecea #eaf8fa

#faecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#faecea Color CSS Codes

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

#faecea Text Font Color

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

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


#faecea Background Color

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

This div background color is #faecea


#faecea Border Color

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

This div border color is #faecea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faecea


Comments

No comments written yet.

Please login to write comment.