#F5FFEE

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

Shades of Panache #F5FFEE

Tints of Panache #F5FFEE

Color information

#F5FFEE (or 0xF5FFEE) is unknown color: approx Panache. HEX triplet: F5, FF and EE. RGB value is (245,255,238). Sum of RGB (Red+Green+Blue) = 245+255+238=738 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.20% from 738); Green value is 255 (100% from 255 or 34.55% from 738); Blue value is 238 (93.36% from 255 or 32.25% from 738); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FFEE is #0A0011. Grayscale: #FAFAFA. Windows color (decimal): -655378 or 15663093. OLE color: 15663093.

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

Color convert

RGB245255238-
CMYK0.0400.070
HSL95.29º100%96.67%-
HSV(B)95.29º6.67%100%-
XYZ88.8597.1194.95-
YUV250.07121.19124.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.20%
GREEN value IS 255 (100% from 255) = 34.55%
BLUE value IS 238 (93.36% from 255) = 32.25%
R=33.20%
G=34.55%
B=32.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452552380.0400.07095.2910096.67
HexF5FFEE40705f6461
Octal3653773564070137144141
Binary11110101111111111110111010001110101111111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFEE; }

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

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

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

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

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

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

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

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