Color Hex Logo

#faf7cc Color Hex

#FAF7CC
(250,247,204)
0 Favorites   0 Comments

Color spaces of #faf7cc

RGB 250247204
HSL0.160.820.89
HSV56°18°98°
CMYK 0.000.010.18   0.02
XYZ83.584291.205270.3257
Yxy91.20520.34100.3721
Hunter Lab95.5014-10.901723.1908
CIE-Lab96.4945-5.857221.0747

#faf7cc color RGB value is (250,247,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 11001100
Octal 372 367 314
Decimal 250 247 204
Hex FA F7 CC

RGB Percentages of Color #faf7cc

%35.66
%35.24
%29.10

CMYK Percentages of Color #faf7cc

%0
%1
%18
%2

Triadic Colors of #faf7cc

#faf7cc #ccfaf7 #f7ccfa

Analogous Colors of #faf7cc

#faf7cc #e6facc #fae0cc

Monochromatic Colors of #faf7cc

#faf7cc

Complementary Color

#faf7cc #cccffa

#faf7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf7cc Color CSS Codes

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

#faf7cc Text Font Color

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

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


#faf7cc Background Color

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

This div background color is #faf7cc


#faf7cc Border Color

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

This div border color is #faf7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf7cc


Comments

No comments written yet.

Please login to write comment.