#F0FCCE

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

Shades of Snow Flurry #F0FCCE

Tints of Snow Flurry #F0FCCE

Color information

#F0FCCE (or 0xF0FCCE) is unknown color: approx Snow Flurry. HEX triplet: F0, FC and CE. RGB value is (240,252,206). Sum of RGB (Red+Green+Blue) = 240+252+206=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 206 (80.86% from 255 or 29.51% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCCE is #0F0331. Grayscale: #F3F3F3. Windows color (decimal): -983858 or 13565168. OLE color: 13565168.

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

Color convert

RGB240252206-
CMYK0.0500.180.01
HSL75.65º88.46%89.8%-
HSV(B)75.65º18.25%98.82%-
XYZ81.8992.671.95-
YUV243.17107.02125.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.38%
GREEN value IS 252 (98.83% from 255) = 36.10%
BLUE value IS 206 (80.86% from 255) = 29.51%
R=34.38%
G=36.10%
B=29.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402522060.0500.180.0175.6588.4689.8
HexF0FCCE501214c585a
Octal36037431650221114130132
Binary1111000011111100110011101010100101100110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FCCE; }

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

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

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

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

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

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

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

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