#F1FED5

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

Shades of Snow Flurry #F1FED5

Tints of Snow Flurry #F1FED5

Color information

#F1FED5 (or 0xF1FED5) is unknown color: approx Snow Flurry. HEX triplet: F1, FE and D5. RGB value is (241,254,213). Sum of RGB (Red+Green+Blue) = 241+254+213=708 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.04% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 213 (83.59% from 255 or 30.08% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FED5 is #0E012A. Grayscale: #F5F5F5. Windows color (decimal): -917803 or 14024433. OLE color: 14024433.

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

Color convert

RGB241254213-
CMYK0.0500.160.00
HSL79.02º95.35%91.57%-
HSV(B)79.02º16.14%99.61%-
XYZ83.7394.3976.76-
YUV245.44109.69124.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.04%
GREEN value IS 254 (99.61% from 255) = 35.88%
BLUE value IS 213 (83.59% from 255) = 30.08%
R=34.04%
G=35.88%
B=30.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412542130.0500.160.0079.0295.3591.57
HexF1FED5501004f5f5c
Octal36137632550200117137134
Binary1111000111111110110101011010100000100111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FED5; }

 p { color: rgb(241,254,213); }

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

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

 a { background-color: rgb(241,254,213); }

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

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

 span { border-color: rgb(241,254,213); }

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