#F0FED3

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

Shades of Snow Flurry #F0FED3

Tints of Snow Flurry #F0FED3

Color information

#F0FED3 (or 0xF0FED3) is unknown color: approx Snow Flurry. HEX triplet: F0, FE and D3. RGB value is (240,254,211). Sum of RGB (Red+Green+Blue) = 240+254+211=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 211 (82.81% from 255 or 29.93% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FED3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FED3 is #0F012C. Grayscale: #F5F5F5. Windows color (decimal): -983341 or 13893360. OLE color: 13893360.

HSL color Cylindrical-coordinate representation of color #F0FED3: hue angle of 79.53º 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 #F0FED3 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB240254211-
CMYK0.0600.170.00
HSL79.53º95.56%91.18%-
HSV(B)79.53º16.93%99.61%-
XYZ83.1394.1175.41-
YUV244.91108.86124.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.04%
GREEN value IS 254 (99.61% from 255) = 36.03%
BLUE value IS 211 (82.81% from 255) = 29.93%
R=34.04%
G=36.03%
B=29.93%

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
Decimal2402542110.0600.170.0079.5395.5691.18
HexF0FED36011050605b
Octal36037632360210120140133
Binary1111000011111110110100111100100010101000011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FED3; }

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

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

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

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

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

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

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

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