#F5FEEF

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

Shades of Panache #F5FEEF

Tints of Panache #F5FEEF

Color information

#F5FEEF (or 0xF5FEEF) is unknown color: approx Panache. HEX triplet: F5, FE and EF. RGB value is (245,254,239). Sum of RGB (Red+Green+Blue) = 245+254+239=738 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.20% from 738); Green value is 254 (99.61% from 255 or 34.42% from 738); Blue value is 239 (93.75% from 255 or 32.38% from 738); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEEF is #0A0110. Grayscale: #F9F9F9. Windows color (decimal): -655633 or 15728373. OLE color: 15728373.

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

Color convert

RGB245254239-
CMYK0.0400.060.00
HSL96º88.24%96.67%-
HSV(B)96º5.91%99.61%-
XYZ88.6896.5395.62-
YUV249.6122.02124.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.20%
GREEN value IS 254 (99.61% from 255) = 34.42%
BLUE value IS 239 (93.75% from 255) = 32.38%
R=33.20%
G=34.42%
B=32.38%

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
Decimal2452542390.0400.060.009688.2496.67
HexF5FEEF4060605861
Octal3653763574060140130141
Binary11110101111111101110111110001100110000010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEEF; }

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

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

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

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

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

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

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

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