#F1FCC5

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

Shades of Snow Flurry #F1FCC5

Tints of Snow Flurry #F1FCC5

Color information

#F1FCC5 (or 0xF1FCC5) is unknown color: approx Snow Flurry. HEX triplet: F1, FC and C5. RGB value is (241,252,197). Sum of RGB (Red+Green+Blue) = 241+252+197=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 197 (77.34% from 255 or 28.55% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCC5 is #0E033A. Grayscale: #F2F2F2. Windows color (decimal): -918331 or 12975345. OLE color: 12975345.

HSL color Cylindrical-coordinate representation of color #F1FCC5: hue angle of 72º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1FCC5 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB241252197-
CMYK0.0400.220.01
HSL72º90.16%88.04%-
HSV(B)72º21.83%98.82%-
XYZ81.1692.3566.37-
YUV242.44102.36126.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.93%
GREEN value IS 252 (98.83% from 255) = 36.52%
BLUE value IS 197 (77.34% from 255) = 28.55%
R=34.93%
G=36.52%
B=28.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412521970.0400.220.017290.1688.04
HexF1FCC540161485a58
Octal36137430540261110132130
Binary1111000111111100110001011000101101100100010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FCC5; }

 p { color: rgb(241,252,197); }

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

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

 a { background-color: rgb(241,252,197); }

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

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

 span { border-color: rgb(241,252,197); }

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