#F1FECF

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

Shades of Snow Flurry #F1FECF

Tints of Snow Flurry #F1FECF

Color information

#F1FECF (or 0xF1FECF) is unknown color: approx Snow Flurry. HEX triplet: F1, FE and CF. RGB value is (241,254,207). Sum of RGB (Red+Green+Blue) = 241+254+207=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 207 (81.25% from 255 or 29.49% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FECF is #0E0130. Grayscale: #F4F4F4. Windows color (decimal): -917809 or 13631217. OLE color: 13631217.

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

Color convert

RGB241254207-
CMYK0.0500.190.00
HSL76.6º95.92%90.39%-
HSV(B)76.6º18.5%99.61%-
XYZ82.9894.0972.82-
YUV244.76106.69125.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.33%
GREEN value IS 254 (99.61% from 255) = 36.18%
BLUE value IS 207 (81.25% from 255) = 29.49%
R=34.33%
G=36.18%
B=29.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412542070.0500.190.0076.695.9290.39
HexF1FECF501304d605a
Octal36137631750230115140132
Binary1111000111111110110011111010100110100110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FECF; }

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

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

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

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

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

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

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

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