#F0FDD1

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

Shades of Snow Flurry #F0FDD1

Tints of Snow Flurry #F0FDD1

Color information

#F0FDD1 (or 0xF0FDD1) is unknown color: approx Snow Flurry. HEX triplet: F0, FD and D1. RGB value is (240,253,209). Sum of RGB (Red+Green+Blue) = 240+253+209=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 209 (82.03% from 255 or 29.77% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDD1 is #0F022E. Grayscale: #F4F4F4. Windows color (decimal): -983599 or 13762032. OLE color: 13762032.

HSL color Cylindrical-coordinate representation of color #F0FDD1: hue angle of 77.73º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0FDD1 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB240253209-
CMYK0.0500.170.01
HSL77.73º91.67%90.59%-
HSV(B)77.73º17.39%99.22%-
XYZ82.5793.3873.99-
YUV244.1108.19125.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.19%
GREEN value IS 253 (99.22% from 255) = 36.04%
BLUE value IS 209 (82.03% from 255) = 29.77%
R=34.19%
G=36.04%
B=29.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402532090.0500.170.0177.7391.6790.59
HexF0FDD1501114e5c5b
Octal36037532150211116134133
Binary1111000011111101110100011010100011100111010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FDD1; }

 p { color: rgb(240,253,209); }

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

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

 a { background-color: rgb(240,253,209); }

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

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

 span { border-color: rgb(240,253,209); }

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