#F1FDD0

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

Shades of Snow Flurry #F1FDD0

Tints of Snow Flurry #F1FDD0

Color information

#F1FDD0 (or 0xF1FDD0) is unknown color: approx Snow Flurry. HEX triplet: F1, FD and D0. RGB value is (241,253,208). Sum of RGB (Red+Green+Blue) = 241+253+208=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 208 (81.64% from 255 or 29.63% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FDD0 is #0E022F. Grayscale: #F4F4F4. Windows color (decimal): -918064 or 13696497. OLE color: 13696497.

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

Color convert

RGB241253208-
CMYK0.0500.180.01
HSL76º91.84%90.39%-
HSV(B)76º17.79%99.22%-
XYZ82.7993.5173.36-
YUV244.28107.52125.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.33%
GREEN value IS 253 (99.22% from 255) = 36.04%
BLUE value IS 208 (81.64% from 255) = 29.63%
R=34.33%
G=36.04%
B=29.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412532080.0500.180.017691.8490.39
HexF1FDD0501214c5c5a
Octal36137532050221114134132
Binary1111000111111101110100001010100101100110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FDD0; }

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

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

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

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

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

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

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

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