#F0FCCF

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

Shades of Snow Flurry #F0FCCF

Tints of Snow Flurry #F0FCCF

Color information

#F0FCCF (or 0xF0FCCF) is unknown color: approx Snow Flurry. HEX triplet: F0, FC and CF. RGB value is (240,252,207). Sum of RGB (Red+Green+Blue) = 240+252+207=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 207 (81.25% from 255 or 29.61% from 699); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCCF is #0F0330. Grayscale: #F3F3F3. Windows color (decimal): -983857 or 13630704. OLE color: 13630704.

HSL color Cylindrical-coordinate representation of color #F0FCCF: hue angle of 76º 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 #F0FCCF is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB240252207-
CMYK0.0500.180.01
HSL76º88.24%90%-
HSV(B)76º17.86%98.82%-
XYZ82.0192.6572.59-
YUV243.28107.52125.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.33%
GREEN value IS 252 (98.83% from 255) = 36.05%
BLUE value IS 207 (81.25% from 255) = 29.61%
R=34.33%
G=36.05%
B=29.61%

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
Decimal2402522070.0500.180.017688.2490
HexF0FCCF501214c585a
Octal36037431750221114130132
Binary1111000011111100110011111010100101100110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FCCF; }

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

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

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

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

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

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

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

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