Color Hex Logo

#faf2ed Color Hex

#FAF2ED
(250,242,237)
0 Favorites   0 Comments

Color spaces of #faf2ed

RGB 250242237
HSL0.060.570.95
HSV23°98°
CMYK 0.000.030.05   0.02
XYZ86.462589.942792.9244
Yxy89.94270.32100.3340
Hunter Lab94.8381-3.23098.2931
CIE-Lab95.97301.82733.3485

#faf2ed color RGB value is (250,242,237).

#faf2ed hex color red value is 250, green value is 242 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #faf2ed hue: 0.06 , saturation: 0.57 and the lightness value of faf2ed is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110010 11101101
Octal 372 362 355
Decimal 250 242 237
Hex FA F2 ED

RGB Percentages of Color #faf2ed

%34.29
%33.20
%32.51

CMYK Percentages of Color #faf2ed

%0
%3
%5
%2

Triadic Colors of #faf2ed

#faf2ed #edfaf2 #f2edfa

Analogous Colors of #faf2ed

#faf2ed #faf9ed #faedef

Monochromatic Colors of #faf2ed

#faf2ed

Complementary Color

#faf2ed #edf5fa

#faf2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf2ed Color CSS Codes

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

#faf2ed Text Font Color

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

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


#faf2ed Background Color

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

This div background color is #faf2ed


#faf2ed Border Color

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

This div border color is #faf2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf2ed

#faf2ed Color Palettes


Comments

No comments written yet.

Please login to write comment.