#F8EBAF

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

Shades of Banana Mania #F8EBAF

Tints of Banana Mania #F8EBAF

Color information

#F8EBAF (or 0xF8EBAF) is unknown color: approx Banana Mania. HEX triplet: F8, EB and AF. RGB value is (248,235,175). Sum of RGB (Red+Green+Blue) = 248+235+175=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 175 (68.75% from 255 or 26.60% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EBAF is #071450. Grayscale: #E8E8E8. Windows color (decimal): -463953 or 11529208. OLE color: 11529208.

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

Color convert

RGB248235175-
CMYK00.050.290.03
HSL49.32º83.91%82.94%-
HSV(B)49.32º29.44%97.25%-
XYZ76.1682.4752.46-
YUV232.0595.81139.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.69%
GREEN value IS 235 (92.19% from 255) = 35.71%
BLUE value IS 175 (68.75% from 255) = 26.60%
R=37.69%
G=35.71%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823517500.050.290.0349.3283.9182.94
HexF8EBAF051D3315453
Octal3703532570535361124123
Binary1111100011101011101011110101111011111000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EBAF; }

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

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

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

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

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

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

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

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