Color Hex Logo

#faf0cc Color Hex

#FAF0CC
(250,240,204)
0 Favorites   0 Comments

Color spaces of #faf0cc

RGB 250240204
HSL0.130.820.89
HSV47°18°98°
CMYK 0.000.040.18   0.02
XYZ81.483587.003869.6255
Yxy87.00380.34220.3654
Hunter Lab93.2758-7.299421.0362
CIE-Lab94.7399-2.341518.6252

#faf0cc color RGB value is (250,240,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110000 11001100
Octal 372 360 314
Decimal 250 240 204
Hex FA F0 CC

RGB Percentages of Color #faf0cc

%36.02
%34.58
%29.39

CMYK Percentages of Color #faf0cc

%0
%4
%18
%2

Triadic Colors of #faf0cc

#faf0cc #ccfaf0 #f0ccfa

Analogous Colors of #faf0cc

#faf0cc #edfacc #fad9cc

Monochromatic Colors of #faf0cc

#faf0cc

Complementary Color

#faf0cc #ccd6fa

#faf0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf0cc Color CSS Codes

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

#faf0cc Text Font Color

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

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


#faf0cc Background Color

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

This div background color is #faf0cc


#faf0cc Border Color

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

This div border color is #faf0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf0cc


Comments

No comments written yet.

Please login to write comment.