#FEEBAF

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

Shades of Banana Mania #FEEBAF

Tints of Banana Mania #FEEBAF

Color information

#FEEBAF (or 0xFEEBAF) is unknown color: approx Banana Mania. HEX triplet: FE, EB and AF. RGB value is (254,235,175). Sum of RGB (Red+Green+Blue) = 254+235+175=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 175 (68.75% from 255 or 26.36% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEBAF is #011450. Grayscale: #EAEAEA. Windows color (decimal): -70737 or 11529214. OLE color: 11529214.

HSL color Cylindrical-coordinate representation of color #FEEBAF: hue angle of 45.57º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEEBAF is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB254235175-
CMYK00.070.310.00
HSL45.57º97.53%84.12%-
HSV(B)45.57º31.1%99.61%-
XYZ78.3283.5852.56-
YUV233.8494.79142.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.25%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 175 (68.75% from 255) = 26.36%
R=38.25%
G=35.39%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423517500.070.310.0045.5797.5384.12
HexFEEBAF071F02e6254
Octal3763532570737056142124
Binary111111101110101110101111011111111010111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBAF; }

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

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

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

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

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

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

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

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