#F5FEEC

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

Shades of Panache #F5FEEC

Tints of Panache #F5FEEC

Color information

#F5FEEC (or 0xF5FEEC) is unknown color: approx Panache. HEX triplet: F5, FE and EC. RGB value is (245,254,236). Sum of RGB (Red+Green+Blue) = 245+254+236=735 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.33% from 735); Green value is 254 (99.61% from 255 or 34.56% from 735); Blue value is 236 (92.58% from 255 or 32.11% from 735); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEEC is #0A0113. Grayscale: #F9F9F9. Windows color (decimal): -655636 or 15531765. OLE color: 15531765.

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

Color convert

RGB245254236-
CMYK0.0400.070.00
HSL90º90%96.08%-
HSV(B)90º7.09%99.61%-
XYZ88.2496.3593.3-
YUV249.26120.52124.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.33%
GREEN value IS 254 (99.61% from 255) = 34.56%
BLUE value IS 236 (92.58% from 255) = 32.11%
R=33.33%
G=34.56%
B=32.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452542360.0400.070.00909096.08
HexF5FEEC40705a5a60
Octal3653763544070132132140
Binary11110101111111101110110010001110101101010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEEC; }

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

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

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

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

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

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

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

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