#F2FECC

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

Shades of Snow Flurry #F2FECC

Tints of Snow Flurry #F2FECC

Color information

#F2FECC (or 0xF2FECC) is unknown color: approx Snow Flurry. HEX triplet: F2, FE and CC. RGB value is (242,254,204). Sum of RGB (Red+Green+Blue) = 242+254+204=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 204 (80.08% from 255 or 29.14% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FECC is #0D0133. Grayscale: #F4F4F4. Windows color (decimal): -852276 or 13434610. OLE color: 13434610.

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

Color convert

RGB242254204-
CMYK0.0500.200.00
HSL74.4º96.15%89.8%-
HSV(B)74.4º19.69%99.61%-
XYZ82.9694.1270.92-
YUV244.71105.02126.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.57%
GREEN value IS 254 (99.61% from 255) = 36.29%
BLUE value IS 204 (80.08% from 255) = 29.14%
R=34.57%
G=36.29%
B=29.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542040.0500.200.0074.496.1589.8
HexF2FECC501404a605a
Octal36237631450240112140132
Binary1111001011111110110011001010101000100101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FECC; }

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

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

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

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

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

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

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

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