#FCF9F9

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

Shades of Snow #FCF9F9

Tints of Snow #FCF9F9

Color information

#FCF9F9 (or 0xFCF9F9) is unknown color: approx Snow. HEX triplet: FC, F9 and F9. RGB value is (252,249,249). Sum of RGB (Red+Green+Blue) = 252+249+249=750 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.6% from 750); Green value is 249 (97.66% from 255 or 33.2% from 750); Blue value is 249 (97.66% from 255 or 33.2% from 750); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9F9 is #030606. Grayscale: #F9F9F9. Windows color (decimal): -198151 or 16382460. OLE color: 16382460.

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

Color convert

RGB252249249-
CMYK00.010.010.01
HSL33.33%98.24%-
HSV(B)1.19%98.82%-
XYZ91.1295.29103.21-
YUV249.9127.49129.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.6%
GREEN value IS 249 (97.66% from 255) = 33.2%
BLUE value IS 249 (97.66% from 255) = 33.2%
R=33.6%
G=33.2%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224924900.010.010.01033.3398.24
HexFCF9F9011102162
Octal3743713710111041142
Binary111111001111100111111001011101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9F9; }

 p { color: rgb(252,249,249); }

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

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

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

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

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

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

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