#FCF8F7

Color #FCF8F7 Snow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow #FCF8F7

Tints of Snow #FCF8F7

Color information

#FCF8F7 (or 0xFCF8F7) is unknown color: approx Snow. HEX triplet: FC, F8 and F7. RGB value is (252,248,247). Sum of RGB (Red+Green+Blue) = 252+248+247=747 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.73% from 747); Green value is 248 (97.27% from 255 or 33.20% from 747); Blue value is 247 (96.88% from 255 or 33.07% from 747); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF8F7 is #030708. Grayscale: #F9F9F9. Windows color (decimal): -198409 or 16251132. OLE color: 16251132.

HSL color Cylindrical-coordinate representation of color #FCF8F7: hue angle of 12º degrees, saturation: 0.45, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FCF8F7 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252248247-
CMYK00.020.020.01
HSL12º45.45%97.84%-
HSV(B)12º1.98%98.82%-
XYZ90.594.55101.47-
YUV249.08126.83130.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 33.73%
GREEN value IS 248 (97.27% from 255) = 33.20%
BLUE value IS 247 (96.88% from 255) = 33.07%
R=33.73%
G=33.20%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224824700.020.020.011245.4597.84
HexFCF8F70221c2d62
Octal37437036702211455142
Binary11111100111110001111011101010111001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8F7; }

 p { color: rgb(252,248,247); }

 H1.HeaderClassName
 {
   color: #FCF8F7;
 }
 .AnyTagClassName
 {
   color: #FCF8F7;
 }
</style>
background-color css

<style>
 a { background-color: #FCF8F7; }

 a { background-color: rgb(252,248,247); }

 div.DivClassName
 {
   background-color: #FCF8F7;
 }
 .BgClassName
 {
   background-color: #FCF8F7;
 }
</style>
border-color css

<style>
 span { border-color: #FCF8F7; }

 span { border-color: rgb(252,248,247); }

 td.TdClassName
 {
   border-color: #FCF8F7;
 }
 .TagClassName
 {
   border-color: #FCF8F7;
 }
</style>