#F0FED0

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

Shades of Snow Flurry #F0FED0

Tints of Snow Flurry #F0FED0

Color information

#F0FED0 (or 0xF0FED0) is unknown color: approx Snow Flurry. HEX triplet: F0, FE and D0. RGB value is (240,254,208). Sum of RGB (Red+Green+Blue) = 240+254+208=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 208 (81.64% from 255 or 29.63% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FED0 is #0F012F. Grayscale: #F4F4F4. Windows color (decimal): -983344 or 13696752. OLE color: 13696752.

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

Color convert

RGB240254208-
CMYK0.0600.180.00
HSL78.26º95.83%90.59%-
HSV(B)78.26º18.11%99.61%-
XYZ82.7693.9673.45-
YUV244.57107.36124.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.19%
GREEN value IS 254 (99.61% from 255) = 36.18%
BLUE value IS 208 (81.64% from 255) = 29.63%
R=34.19%
G=36.18%
B=29.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402542080.0600.180.0078.2695.8390.59
HexF0FED0601204e605b
Octal36037632060220116140133
Binary1111000011111110110100001100100100100111011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FED0; }

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

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

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

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

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

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

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

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