#F0FFCB

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

Shades of Snow Flurry #F0FFCB

Tints of Snow Flurry #F0FFCB

Color information

#F0FFCB (or 0xF0FFCB) is unknown color: approx Snow Flurry. HEX triplet: F0, FF and CB. RGB value is (240,255,203). Sum of RGB (Red+Green+Blue) = 240+255+203=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 203 (79.69% from 255 or 29.08% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFCB is #0F0034. Grayscale: #F4F4F4. Windows color (decimal): -983093 or 13369328. OLE color: 13369328.

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

Color convert

RGB240255203-
CMYK0.0600.200
HSL77.31º100%89.8%-
HSV(B)77.31º20.39%100%-
XYZ82.4794.3670.37-
YUV244.59104.53124.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.38%
GREEN value IS 255 (100% from 255) = 36.53%
BLUE value IS 203 (79.69% from 255) = 29.08%
R=34.38%
G=36.53%
B=29.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402552030.0600.20077.3110089.8
HexF0FFCB601404d645a
Octal36037731360240115144132
Binary1111000011111111110010111100101000100110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FFCB; }

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

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

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

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

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

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

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

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