#F1FDCA

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

Shades of Snow Flurry #F1FDCA

Tints of Snow Flurry #F1FDCA

Color information

#F1FDCA (or 0xF1FDCA) is unknown color: approx Snow Flurry. HEX triplet: F1, FD and CA. RGB value is (241,253,202). Sum of RGB (Red+Green+Blue) = 241+253+202=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FDCA is #0E0235. Grayscale: #F3F3F3. Windows color (decimal): -918070 or 13303281. OLE color: 13303281.

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

Color convert

RGB241253202-
CMYK0.0500.200.01
HSL74.12º92.73%89.22%-
HSV(B)74.12º20.16%99.22%-
XYZ82.0693.2269.54-
YUV243.6104.52126.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.63%
GREEN value IS 253 (99.22% from 255) = 36.35%
BLUE value IS 202 (79.30% from 255) = 29.02%
R=34.63%
G=36.35%
B=29.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412532020.0500.200.0174.1292.7389.22
HexF1FDCA501414a5d59
Octal36137531250241112135131
Binary1111000111111101110010101010101001100101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FDCA; }

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

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

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

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

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

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

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

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