#F1FFCB

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

Shades of Snow Flurry #F1FFCB

Tints of Snow Flurry #F1FFCB

Color information

#F1FFCB (or 0xF1FFCB) is unknown color: approx Snow Flurry. HEX triplet: F1, FF and CB. RGB value is (241,255,203). Sum of RGB (Red+Green+Blue) = 241+255+203=699 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.48% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 203 (79.69% from 255 or 29.04% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFCB is #0E0034. Grayscale: #F5F5F5. Windows color (decimal): -917557 or 13369329. OLE color: 13369329.

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

Color convert

RGB241255203-
CMYK0.0500.200
HSL76.15º100%89.8%-
HSV(B)76.15º20.39%100%-
XYZ82.8294.5370.38-
YUV244.89104.36125.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.48%
GREEN value IS 255 (100% from 255) = 36.48%
BLUE value IS 203 (79.69% from 255) = 29.04%
R=34.48%
G=36.48%
B=29.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412552030.0500.20076.1510089.8
HexF1FFCB501404c645a
Octal36137731350240114144132
Binary1111000111111111110010111010101000100110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FFCB; }

 p { color: rgb(241,255,203); }

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

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

 a { background-color: rgb(241,255,203); }

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

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

 span { border-color: rgb(241,255,203); }

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