#F2FDCA

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

Shades of Snow Flurry #F2FDCA

Tints of Snow Flurry #F2FDCA

Color information

#F2FDCA (or 0xF2FDCA) is unknown color: approx Snow Flurry. HEX triplet: F2, FD and CA. RGB value is (242,253,202). Sum of RGB (Red+Green+Blue) = 242+253+202=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDCA is #0D0235. Grayscale: #F4F4F4. Windows color (decimal): -852534 or 13303282. OLE color: 13303282.

HSL color Cylindrical-coordinate representation of color #F2FDCA: hue angle of 72.94º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2FDCA is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB242253202-
CMYK0.0400.200.01
HSL72.94º92.73%89.22%-
HSV(B)72.94º20.16%99.22%-
XYZ82.493.3969.56-
YUV243.9104.36126.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.72%
GREEN value IS 253 (99.22% from 255) = 36.30%
BLUE value IS 202 (79.30% from 255) = 28.98%
R=34.72%
G=36.30%
B=28.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422532020.0400.200.0172.9492.7389.22
HexF2FDCA40141495d59
Octal36237531240241111135131
Binary1111001011111101110010101000101001100100110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FDCA; }

 p { color: rgb(242,253,202); }

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

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

 a { background-color: rgb(242,253,202); }

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

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

 span { border-color: rgb(242,253,202); }

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