#F0FED2

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

Shades of Snow Flurry #F0FED2

Tints of Snow Flurry #F0FED2

Color information

#F0FED2 (or 0xF0FED2) is unknown color: approx Snow Flurry. HEX triplet: F0, FE and D2. RGB value is (240,254,210). Sum of RGB (Red+Green+Blue) = 240+254+210=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 210 (82.42% from 255 or 29.83% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FED2 is #0F012D. Grayscale: #F4F4F4. Windows color (decimal): -983342 or 13827824. OLE color: 13827824.

HSL color Cylindrical-coordinate representation of color #F0FED2: hue angle of 79.09º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0FED2 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB240254210-
CMYK0.0600.170.00
HSL79.09º95.65%90.98%-
HSV(B)79.09º17.32%99.61%-
XYZ83.0194.0674.75-
YUV244.8108.36124.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.09%
GREEN value IS 254 (99.61% from 255) = 36.08%
BLUE value IS 210 (82.42% from 255) = 29.83%
R=34.09%
G=36.08%
B=29.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402542100.0600.170.0079.0995.6590.98
HexF0FED2601104f605b
Octal36037632260210117140133
Binary1111000011111110110100101100100010100111111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FED2; }

 p { color: rgb(240,254,210); }

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

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

 a { background-color: rgb(240,254,210); }

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

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

 span { border-color: rgb(240,254,210); }

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