#F2FEC8

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

Shades of Snow Flurry #F2FEC8

Tints of Snow Flurry #F2FEC8

Color information

#F2FEC8 (or 0xF2FEC8) is unknown color: approx Snow Flurry. HEX triplet: F2, FE and C8. RGB value is (242,254,200). Sum of RGB (Red+Green+Blue) = 242+254+200=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 200 (78.52% from 255 or 28.74% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEC8 is #0D0137. Grayscale: #F4F4F4. Windows color (decimal): -852280 or 13172466. OLE color: 13172466.

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

Color convert

RGB242254200-
CMYK0.0500.210.00
HSL73.33º96.43%89.02%-
HSV(B)73.33º21.26%99.61%-
XYZ82.4993.9368.43-
YUV244.26103.02126.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.77%
GREEN value IS 254 (99.61% from 255) = 36.49%
BLUE value IS 200 (78.52% from 255) = 28.74%
R=34.77%
G=36.49%
B=28.74%

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
Decimal2422542000.0500.210.0073.3396.4389.02
HexF2FEC850150496059
Octal36237631050250111140131
Binary1111001011111110110010001010101010100100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEC8; }

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

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

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

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

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

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

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

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