#F8E4AF

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

Shades of Banana Mania #F8E4AF

Tints of Banana Mania #F8E4AF

Color information

#F8E4AF (or 0xF8E4AF) is unknown color: approx Banana Mania. HEX triplet: F8, E4 and AF. RGB value is (248,228,175). Sum of RGB (Red+Green+Blue) = 248+228+175=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E4AF is #071B50. Grayscale: #E4E4E4. Windows color (decimal): -465745 or 11527416. OLE color: 11527416.

HSL color Cylindrical-coordinate representation of color #F8E4AF: hue angle of 43.56º 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 #F8E4AF is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB248228175-
CMYK00.080.290.03
HSL43.56º83.91%82.94%-
HSV(B)43.56º29.44%97.25%-
XYZ74.1978.5451.81-
YUV227.9498.13142.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.10%
GREEN value IS 228 (89.45% from 255) = 35.02%
BLUE value IS 175 (68.75% from 255) = 26.88%
R=38.10%
G=35.02%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822817500.080.290.0343.5683.9182.94
HexF8E4AF081D32c5453
Octal37034425701035354124123
Binary11111000111001001010111101000111011110110010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E4AF; }

 p { color: rgb(248,228,175); }

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

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

 a { background-color: rgb(248,228,175); }

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

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

 span { border-color: rgb(248,228,175); }

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