#F2FEEC

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

Shades of Panache #F2FEEC

Tints of Panache #F2FEEC

Color information

#F2FEEC (or 0xF2FEEC) is unknown color: approx Panache. HEX triplet: F2, FE and EC. RGB value is (242,254,236). Sum of RGB (Red+Green+Blue) = 242+254+236=732 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.06% from 732); Green value is 254 (99.61% from 255 or 34.70% from 732); Blue value is 236 (92.58% from 255 or 32.24% from 732); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FEEC is #0D0113. Grayscale: #F8F8F8. Windows color (decimal): -852244 or 15531762. OLE color: 15531762.

HSL color Cylindrical-coordinate representation of color #F2FEEC: hue angle of 100º 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 #F2FEEC is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB242254236-
CMYK0.0500.070.00
HSL100º90%96.08%-
HSV(B)100º7.09%99.61%-
XYZ87.295.8293.26-
YUV248.36121.02123.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.06%
GREEN value IS 254 (99.61% from 255) = 34.70%
BLUE value IS 236 (92.58% from 255) = 32.24%
R=33.06%
G=34.70%
B=32.24%

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
Decimal2422542360.0500.070.001009096.08
HexF2FEEC5070645a60
Octal3623763545070144132140
Binary11110010111111101110110010101110110010010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEEC; }

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

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

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

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

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

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

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

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