#F5FEEE

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

Shades of Panache #F5FEEE

Tints of Panache #F5FEEE

Color information

#F5FEEE (or 0xF5FEEE) is unknown color: approx Panache. HEX triplet: F5, FE and EE. RGB value is (245,254,238). Sum of RGB (Red+Green+Blue) = 245+254+238=737 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.24% from 737); Green value is 254 (99.61% from 255 or 34.46% from 737); Blue value is 238 (93.36% from 255 or 32.29% from 737); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEEE is #0A0111. Grayscale: #F9F9F9. Windows color (decimal): -655634 or 15662837. OLE color: 15662837.

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

Color convert

RGB245254238-
CMYK0.0400.060.00
HSL93.75º88.89%96.47%-
HSV(B)93.75º6.3%99.61%-
XYZ88.5396.4794.84-
YUV249.48121.52124.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.24%
GREEN value IS 254 (99.61% from 255) = 34.46%
BLUE value IS 238 (93.36% from 255) = 32.29%
R=33.24%
G=34.46%
B=32.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452542380.0400.060.0093.7588.8996.47
HexF5FEEE40605e5960
Octal3653763564060136131140
Binary11110101111111101110111010001100101111010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEEE; }

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

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

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

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

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

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

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

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