#F1FECA

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

Shades of Snow Flurry #F1FECA

Tints of Snow Flurry #F1FECA

Color information

#F1FECA (or 0xF1FECA) is unknown color: approx Snow Flurry. HEX triplet: F1, FE and CA. RGB value is (241,254,202). Sum of RGB (Red+Green+Blue) = 241+254+202=697 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.58% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FECA is #0E0135. Grayscale: #F4F4F4. Windows color (decimal): -917814 or 13303537. OLE color: 13303537.

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

Color convert

RGB241254202-
CMYK0.0500.200.00
HSL75º96.3%89.41%-
HSV(B)75º20.47%99.61%-
XYZ82.3893.8569.65-
YUV244.18104.19125.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.58%
GREEN value IS 254 (99.61% from 255) = 36.44%
BLUE value IS 202 (79.30% from 255) = 28.98%
R=34.58%
G=36.44%
B=28.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412542020.0500.200.007596.389.41
HexF1FECA501404b6059
Octal36137631250240113140131
Binary1111000111111110110010101010101000100101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FECA; }

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

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

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

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

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

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

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

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