#F0FEC0

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

Shades of Snow Flurry #F0FEC0

Tints of Snow Flurry #F0FEC0

Color information

#F0FEC0 (or 0xF0FEC0) is unknown color: approx Snow Flurry. HEX triplet: F0, FE and C0. RGB value is (240,254,192). Sum of RGB (Red+Green+Blue) = 240+254+192=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 192 (75.39% from 255 or 27.99% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FEC0 is #0F013F. Grayscale: #F2F2F2. Windows color (decimal): -983360 or 12648176. OLE color: 12648176.

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

Color convert

RGB240254192-
CMYK0.0600.240.00
HSL73.55º96.88%87.45%-
HSV(B)73.55º24.41%99.61%-
XYZ80.8993.2163.6-
YUV242.7599.36126.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.99%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 192 (75.39% from 255) = 27.99%
R=34.99%
G=37.03%
B=27.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402541920.0600.240.0073.5596.8887.45
HexF0FEC0601804a6157
Octal36037630060300112141127
Binary1111000011111110110000001100110000100101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FEC0; }

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

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

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

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

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

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

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

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