#F2FFCC

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

Shades of Snow Flurry #F2FFCC

Tints of Snow Flurry #F2FFCC

Color information

#F2FFCC (or 0xF2FFCC) is unknown color: approx Snow Flurry. HEX triplet: F2, FF and CC. RGB value is (242,255,204). Sum of RGB (Red+Green+Blue) = 242+255+204=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 204 (80.08% from 255 or 29.10% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFCC is #0D0033. Grayscale: #F5F5F5. Windows color (decimal): -852020 or 13434866. OLE color: 13434866.

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

Color convert

RGB242255204-
CMYK0.0500.20
HSL75.29º100%90%-
HSV(B)75.29º20%100%-
XYZ83.2894.7671.03-
YUV245.3104.69125.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.52%
GREEN value IS 255 (100% from 255) = 36.38%
BLUE value IS 204 (80.08% from 255) = 29.10%
R=34.52%
G=36.38%
B=29.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422552040.0500.2075.2910090
HexF2FFCC501404b645a
Octal36237731450240113144132
Binary1111001011111111110011001010101000100101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FFCC; }

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

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

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

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

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

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

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

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