#F0FCCC

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

Shades of Snow Flurry #F0FCCC

Tints of Snow Flurry #F0FCCC

Color information

#F0FCCC (or 0xF0FCCC) is unknown color: approx Snow Flurry. HEX triplet: F0, FC and CC. RGB value is (240,252,204). Sum of RGB (Red+Green+Blue) = 240+252+204=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 204 (80.08% from 255 or 29.31% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCCC is #0F0333. Grayscale: #F3F3F3. Windows color (decimal): -983860 or 13434096. OLE color: 13434096.

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

Color convert

RGB240252204-
CMYK0.0500.190.01
HSL75º88.89%89.41%-
HSV(B)75º19.05%98.82%-
XYZ81.6492.5170.68-
YUV242.94106.02125.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.48%
GREEN value IS 252 (98.83% from 255) = 36.21%
BLUE value IS 204 (80.08% from 255) = 29.31%
R=34.48%
G=36.21%
B=29.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402522040.0500.190.017588.8989.41
HexF0FCCC501314b5959
Octal36037431450231113131131
Binary1111000011111100110011001010100111100101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FCCC; }

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

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

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

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

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

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

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

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