#F8EDB3

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

Shades of Banana Mania #F8EDB3

Tints of Banana Mania #F8EDB3

Color information

#F8EDB3 (or 0xF8EDB3) is unknown color: approx Banana Mania. HEX triplet: F8, ED and B3. RGB value is (248,237,179). Sum of RGB (Red+Green+Blue) = 248+237+179=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 179 (70.31% from 255 or 26.96% from 664); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDB3 is #07124C. Grayscale: #E9E9E9. Windows color (decimal): -463437 or 11791864. OLE color: 11791864.

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

Color convert

RGB248237179-
CMYK00.040.280.03
HSL50.43º83.13%83.73%-
HSV(B)50.43º27.82%97.25%-
XYZ77.1383.7854.75-
YUV233.6897.14138.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.35%
GREEN value IS 237 (92.97% from 255) = 35.69%
BLUE value IS 179 (70.31% from 255) = 26.96%
R=37.35%
G=35.69%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823717900.040.280.0350.4383.1383.73
HexF8EDB3041C3325354
Octal3703552630434362123124
Binary1111100011101101101100110100111001111001010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDB3; }

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

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

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

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

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

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

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

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