Color Hex Logo

#faf3ed Color Hex

#FAF3ED
(250,243,237)
1 Favorites   0 Comments

Color spaces of #faf3ed

RGB 250243237
HSL0.080.570.95
HSV28°98°
CMYK 0.000.030.05   0.02
XYZ86.761090.539693.0239
Yxy90.53960.32100.3349
Hunter Lab95.1523-3.75818.6428
CIE-Lab96.22021.31893.7069

#faf3ed color RGB value is (250,243,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 11101101
Octal 372 363 355
Decimal 250 243 237
Hex FA F3 ED

RGB Percentages of Color #faf3ed

%34.25
%33.29
%32.47

CMYK Percentages of Color #faf3ed

%0
%3
%5
%2

Triadic Colors of #faf3ed

#faf3ed #edfaf3 #f3edfa

Analogous Colors of #faf3ed

#faf3ed #fafaed #faedee

Monochromatic Colors of #faf3ed

#faf3ed

Complementary Color

#faf3ed #edf4fa

#faf3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf3ed Color CSS Codes

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

#faf3ed Text Font Color

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

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


#faf3ed Background Color

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

This div background color is #faf3ed


#faf3ed Border Color

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

This div border color is #faf3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf3ed

#faf3ed Color Palettes


Comments

No comments written yet.

Please login to write comment.