#F1FFCA

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

Shades of Snow Flurry #F1FFCA

Tints of Snow Flurry #F1FFCA

Color information

#F1FFCA (or 0xF1FFCA) is unknown color: approx Snow Flurry. HEX triplet: F1, FF and CA. RGB value is (241,255,202). Sum of RGB (Red+Green+Blue) = 241+255+202=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 202 (79.30% from 255 or 28.94% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFCA is #0E0035. Grayscale: #F4F4F4. Windows color (decimal): -917558 or 13303793. OLE color: 13303793.

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

Color convert

RGB241255202-
CMYK0.0500.210
HSL75.85º100%89.61%-
HSV(B)75.85º20.78%100%-
XYZ82.794.4969.76-
YUV244.77103.86125.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.53%
GREEN value IS 255 (100% from 255) = 36.53%
BLUE value IS 202 (79.30% from 255) = 28.94%
R=34.53%
G=36.53%
B=28.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412552020.0500.21075.8510089.61
HexF1FFCA501504c645a
Octal36137731250250114144132
Binary1111000111111111110010101010101010100110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FFCA; }

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

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

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

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

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

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

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

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