#F2FEC5

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

Shades of Snow Flurry #F2FEC5

Tints of Snow Flurry #F2FEC5

Color information

#F2FEC5 (or 0xF2FEC5) is unknown color: approx Snow Flurry. HEX triplet: F2, FE and C5. RGB value is (242,254,197). Sum of RGB (Red+Green+Blue) = 242+254+197=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 197 (77.34% from 255 or 28.43% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEC5 is #0D013A. Grayscale: #F4F4F4. Windows color (decimal): -852283 or 12975858. OLE color: 12975858.

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

Color convert

RGB242254197-
CMYK0.0500.220.00
HSL72.63º96.61%88.43%-
HSV(B)72.63º22.44%99.61%-
XYZ82.1493.7966.6-
YUV243.91101.52126.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.92%
GREEN value IS 254 (99.61% from 255) = 36.65%
BLUE value IS 197 (77.34% from 255) = 28.43%
R=34.92%
G=36.65%
B=28.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422541970.0500.220.0072.6396.6188.43
HexF2FEC550160496158
Octal36237630550260111141130
Binary1111001011111110110001011010101100100100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEC5; }

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

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

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

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

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

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

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

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