#F0FFCA

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

Shades of Snow Flurry #F0FFCA

Tints of Snow Flurry #F0FFCA

Color information

#F0FFCA (or 0xF0FFCA) is unknown color: approx Snow Flurry. HEX triplet: F0, FF and CA. RGB value is (240,255,202). Sum of RGB (Red+Green+Blue) = 240+255+202=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFCA is #0F0035. Grayscale: #F4F4F4. Windows color (decimal): -983094 or 13303792. OLE color: 13303792.

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

Color convert

RGB240255202-
CMYK0.0600.210
HSL76.98º100%89.61%-
HSV(B)76.98º20.78%100%-
XYZ82.3694.3169.74-
YUV244.47104.03124.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.43%
GREEN value IS 255 (100% from 255) = 36.59%
BLUE value IS 202 (79.30% from 255) = 28.98%
R=34.43%
G=36.59%
B=28.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402552020.0600.21076.9810089.61
HexF0FFCA601504d645a
Octal36037731260250115144132
Binary1111000011111111110010101100101010100110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FFCA; }

 p { color: rgb(240,255,202); }

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

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

 a { background-color: rgb(240,255,202); }

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

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

 span { border-color: rgb(240,255,202); }

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