#F0FBCA

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

Shades of Snow Flurry #F0FBCA

Tints of Snow Flurry #F0FBCA

Color information

#F0FBCA (or 0xF0FBCA) is unknown color: approx Snow Flurry. HEX triplet: F0, FB and CA. RGB value is (240,251,202). Sum of RGB (Red+Green+Blue) = 240+251+202=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 202 (79.30% from 255 or 29.15% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBCA is #0F0435. Grayscale: #F2F2F2. Windows color (decimal): -984118 or 13302768. OLE color: 13302768.

HSL color Cylindrical-coordinate representation of color #F0FBCA: hue angle of 73.47º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0FBCA is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB240251202-
CMYK0.0400.200.02
HSL73.47º85.96%88.82%-
HSV(B)73.47º19.52%98.43%-
XYZ81.0991.7869.32-
YUV242.12105.36126.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.63%
GREEN value IS 251 (98.44% from 255) = 36.22%
BLUE value IS 202 (79.30% from 255) = 29.15%
R=34.63%
G=36.22%
B=29.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402512020.0400.200.0273.4785.9688.82
HexF0FBCA40142495659
Octal36037331240242111126131
Binary11110000111110111100101010001010010100100110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FBCA; }

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

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

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

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

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

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

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

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