#F5FEF0

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

Shades of Panache #F5FEF0

Tints of Panache #F5FEF0

Color information

#F5FEF0 (or 0xF5FEF0) is unknown color: approx Panache. HEX triplet: F5, FE and F0. RGB value is (245,254,240). Sum of RGB (Red+Green+Blue) = 245+254+240=739 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.15% from 739); Green value is 254 (99.61% from 255 or 34.37% from 739); Blue value is 240 (94.14% from 255 or 32.48% from 739); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEF0 is #0A010F. Grayscale: #F9F9F9. Windows color (decimal): -655632 or 15793909. OLE color: 15793909.

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

Color convert

RGB245254240-
CMYK0.0400.060.00
HSL98.57º87.5%96.86%-
HSV(B)98.57º5.51%99.61%-
XYZ88.8396.5996.4-
YUV249.71122.52124.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.15%
GREEN value IS 254 (99.61% from 255) = 34.37%
BLUE value IS 240 (94.14% from 255) = 32.48%
R=33.15%
G=34.37%
B=32.48%

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
Decimal2452542400.0400.060.0098.5787.596.86
HexF5FEF04060635861
Octal3653763604060143130141
Binary11110101111111101111000010001100110001110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEF0; }

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

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

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

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

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

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

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

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