#F0FBCB

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

Shades of Snow Flurry #F0FBCB

Tints of Snow Flurry #F0FBCB

Color information

#F0FBCB (or 0xF0FBCB) is unknown color: approx Snow Flurry. HEX triplet: F0, FB and CB. RGB value is (240,251,203). Sum of RGB (Red+Green+Blue) = 240+251+203=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 203 (79.69% from 255 or 29.25% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBCB is #0F0434. Grayscale: #F2F2F2. Windows color (decimal): -984117 or 13368304. OLE color: 13368304.

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

Color convert

RGB240251203-
CMYK0.0400.190.02
HSL73.75º85.71%89.02%-
HSV(B)73.75º19.12%98.43%-
XYZ81.2191.8369.94-
YUV242.24105.86126.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.58%
GREEN value IS 251 (98.44% from 255) = 36.17%
BLUE value IS 203 (79.69% from 255) = 29.25%
R=34.58%
G=36.17%
B=29.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402512030.0400.190.0273.7585.7189.02
HexF0FBCB401324a5659
Octal36037331340232112126131
Binary11110000111110111100101110001001110100101010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FBCB; }

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

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

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

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

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

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

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

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