#F1FEEC

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

Shades of Panache #F1FEEC

Tints of Panache #F1FEEC

Color information

#F1FEEC (or 0xF1FEEC) is unknown color: approx Panache. HEX triplet: F1, FE and EC. RGB value is (241,254,236). Sum of RGB (Red+Green+Blue) = 241+254+236=731 (96% of max value = 765). Red value is 241 (94.53% from 255 or 32.97% from 731); Green value is 254 (99.61% from 255 or 34.75% from 731); Blue value is 236 (92.58% from 255 or 32.28% from 731); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FEEC is #0E0113. Grayscale: #F8F8F8. Windows color (decimal): -917780 or 15531761. OLE color: 15531761.

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

Color convert

RGB241254236-
CMYK0.0500.070.00
HSL103.33º90%96.08%-
HSV(B)103.33º7.09%99.61%-
XYZ86.8695.6493.24-
YUV248.06121.19122.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.97%
GREEN value IS 254 (99.61% from 255) = 34.75%
BLUE value IS 236 (92.58% from 255) = 32.28%
R=32.97%
G=34.75%
B=32.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412542360.0500.070.00103.339096.08
HexF1FEEC5070675a60
Octal3613763545070147132140
Binary11110001111111101110110010101110110011110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FEEC; }

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

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

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

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

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

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

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

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