#F8EDAF

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

Shades of Banana Mania #F8EDAF

Tints of Banana Mania #F8EDAF

Color information

#F8EDAF (or 0xF8EDAF) is unknown color: approx Banana Mania. HEX triplet: F8, ED and AF. RGB value is (248,237,175). Sum of RGB (Red+Green+Blue) = 248+237+175=660 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.58% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 175 (68.75% from 255 or 26.52% from 660); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EDAF is #071250. Grayscale: #E9E9E9. Windows color (decimal): -463441 or 11529720. OLE color: 11529720.

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

Color convert

RGB248237175-
CMYK00.040.290.03
HSL50.96º83.91%82.94%-
HSV(B)50.96º29.44%97.25%-
XYZ76.7383.6252.65-
YUV233.2295.14138.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.58%
GREEN value IS 237 (92.97% from 255) = 35.91%
BLUE value IS 175 (68.75% from 255) = 26.52%
R=37.58%
G=35.91%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823717500.040.290.0350.9683.9182.94
HexF8EDAF041D3335453
Octal3703552570435363124123
Binary1111100011101101101011110100111011111001110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDAF; }

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

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

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

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

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

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

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

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