#F0FBCE

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

Shades of Snow Flurry #F0FBCE

Tints of Snow Flurry #F0FBCE

Color information

#F0FBCE (or 0xF0FBCE) is unknown color: approx Snow Flurry. HEX triplet: F0, FB and CE. RGB value is (240,251,206). Sum of RGB (Red+Green+Blue) = 240+251+206=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 206 (80.86% from 255 or 29.56% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBCE is #0F0431. Grayscale: #F2F2F2. Windows color (decimal): -984114 or 13564912. OLE color: 13564912.

HSL color Cylindrical-coordinate representation of color #F0FBCE: hue angle of 74.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0FBCE is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB240251206-
CMYK0.0400.180.02
HSL74.67º84.91%89.61%-
HSV(B)74.67º17.93%98.43%-
XYZ81.5791.9871.85-
YUV242.58107.36126.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.43%
GREEN value IS 251 (98.44% from 255) = 36.01%
BLUE value IS 206 (80.86% from 255) = 29.56%
R=34.43%
G=36.01%
B=29.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402512060.0400.180.0274.6784.9189.61
HexF0FBCE401224b555a
Octal36037331640222113125132
Binary11110000111110111100111010001001010100101110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FBCE; }

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

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

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

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

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

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

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

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