#F0FEC7

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

Shades of Snow Flurry #F0FEC7

Tints of Snow Flurry #F0FEC7

Color information

#F0FEC7 (or 0xF0FEC7) is unknown color: approx Snow Flurry. HEX triplet: F0, FE and C7. RGB value is (240,254,199). Sum of RGB (Red+Green+Blue) = 240+254+199=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 199 (78.12% from 255 or 28.72% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FEC7 is #0F0138. Grayscale: #F3F3F3. Windows color (decimal): -983353 or 13106928. OLE color: 13106928.

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

Color convert

RGB240254199-
CMYK0.0600.220.00
HSL75.27º96.49%88.82%-
HSV(B)75.27º21.65%99.61%-
XYZ81.6993.5367.78-
YUV243.54102.86125.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.63%
GREEN value IS 254 (99.61% from 255) = 36.65%
BLUE value IS 199 (78.12% from 255) = 28.72%
R=34.63%
G=36.65%
B=28.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402541990.0600.220.0075.2796.4988.82
HexF0FEC7601604b6059
Octal36037630760260113140131
Binary1111000011111110110001111100101100100101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FEC7; }

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

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

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

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

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

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

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

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