#F2FEC9

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

Shades of Snow Flurry #F2FEC9

Tints of Snow Flurry #F2FEC9

Color information

#F2FEC9 (or 0xF2FEC9) is unknown color: approx Snow Flurry. HEX triplet: F2, FE and C9. RGB value is (242,254,201). Sum of RGB (Red+Green+Blue) = 242+254+201=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 201 (78.91% from 255 or 28.84% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEC9 is #0D0136. Grayscale: #F4F4F4. Windows color (decimal): -852279 or 13238002. OLE color: 13238002.

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

Color convert

RGB242254201-
CMYK0.0500.210.00
HSL73.58º96.36%89.22%-
HSV(B)73.58º20.87%99.61%-
XYZ82.693.9869.04-
YUV244.37103.52126.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.72%
GREEN value IS 254 (99.61% from 255) = 36.44%
BLUE value IS 201 (78.91% from 255) = 28.84%
R=34.72%
G=36.44%
B=28.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542010.0500.210.0073.5896.3689.22
HexF2FEC9501504a6059
Octal36237631150250112140131
Binary1111001011111110110010011010101010100101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEC9; }

 p { color: rgb(242,254,201); }

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

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

 a { background-color: rgb(242,254,201); }

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

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

 span { border-color: rgb(242,254,201); }

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