#F8E6B0

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

Shades of Banana Mania #F8E6B0

Tints of Banana Mania #F8E6B0

Color information

#F8E6B0 (or 0xF8E6B0) is unknown color: approx Banana Mania. HEX triplet: F8, E6 and B0. RGB value is (248,230,176). Sum of RGB (Red+Green+Blue) = 248+230+176=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 176 (69.14% from 255 or 26.91% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E6B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E6B0 is #07194F. Grayscale: #E5E5E5. Windows color (decimal): -465232 or 11593464. OLE color: 11593464.

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

Color convert

RGB248230176-
CMYK00.070.290.03
HSL45º83.72%83.14%-
HSV(B)45º29.03%97.25%-
XYZ74.8479.6852.51-
YUV229.2397.96141.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.92%
GREEN value IS 230 (90.23% from 255) = 35.17%
BLUE value IS 176 (69.14% from 255) = 26.91%
R=37.92%
G=35.17%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823017600.070.290.034583.7283.14
HexF8E6B0071D32d5453
Octal3703462600735355124123
Binary1111100011100110101100000111111011110110110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E6B0; }

 p { color: rgb(248,230,176); }

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

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

 a { background-color: rgb(248,230,176); }

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

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

 span { border-color: rgb(248,230,176); }

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