#F0FCC8

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

Shades of Snow Flurry #F0FCC8

Tints of Snow Flurry #F0FCC8

Color information

#F0FCC8 (or 0xF0FCC8) is unknown color: approx Snow Flurry. HEX triplet: F0, FC and C8. RGB value is (240,252,200). Sum of RGB (Red+Green+Blue) = 240+252+200=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 200 (78.52% from 255 or 28.90% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCC8 is #0F0337. Grayscale: #F2F2F2. Windows color (decimal): -983864 or 13171952. OLE color: 13171952.

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

Color convert

RGB240252200-
CMYK0.0500.210.01
HSL73.85º89.66%88.63%-
HSV(B)73.85º20.63%98.82%-
XYZ81.1792.3268.18-
YUV242.48104.02126.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.68%
GREEN value IS 252 (98.83% from 255) = 36.42%
BLUE value IS 200 (78.52% from 255) = 28.90%
R=34.68%
G=36.42%
B=28.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402522000.0500.210.0173.8589.6688.63
HexF0FCC8501514a5a59
Octal36037431050251112132131
Binary1111000011111100110010001010101011100101010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FCC8; }

 p { color: rgb(240,252,200); }

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

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

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

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

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

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

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