Html Css Color HEX #F1FED2 Snow Flurry

📋 copy color: '#F1FED2'

red 241 ◦ green 254 ◦ blue 210

#F1FED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #F1FED2

Tints of Snow Flurry #F1FED2

RGB

 RED value IS 241 (94.53% from 255) = 34.18%

 GREEN value IS 254 (99.61% from 255) = 36.03%

 BLUE value IS 210 (82.42% from 255) = 29.79%

R = 34.18%
G = 36.03%
B = 29.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#F1FED2 (or 0xF1FED2) is known color: Snow Flurry. HEX triplet: F1, FE and D2. RGB value is (241,254,210). Sum of RGB (Red+Green+Blue) = 241+254+210=705 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.18% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 210 (82.42% from 255 or 29.79% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FED2 is #0E012D. Grayscale: #F5F5F5. Windows color (decimal): -917806 or 13827825. OLE color: 13827825.

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

Color convert

RGB 241 254 210 -
CMYK 0.05 0 0.17 0.00
HSL 77.73º 0.96% 0.91% -
HSV(B) 77.73º 0.17% 1% -
XYZ 83.35 94.24 74.77 -
YUV 245.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 241 254 210 0.05 0 0.17 0.00 77.73 0.96 0.91
Hex F1 FE D2 5 0 11 0 4E 60 5B
Octal 361 376 322 5 0 21 0 116 140 133
Binary 11110001 11111110 11010010 101 0 10001 0 1001110 1100000 1011011

Color Harmonies of #F1FED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FED2

Black with #F1FED2

Text Example


Text Example

White with #F1FED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FED2; }

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

 H1.HeaderClassName
 {
   color: #F1FED2;
 }
 .AnyTagClassName
 {
   color: #F1FED2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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