#FBEAAF

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

Shades of Banana Mania #FBEAAF

Tints of Banana Mania #FBEAAF

Color information

#FBEAAF (or 0xFBEAAF) is unknown color: approx Banana Mania. HEX triplet: FB, EA and AF. RGB value is (251,234,175). Sum of RGB (Red+Green+Blue) = 251+234+175=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 175 (68.75% from 255 or 26.52% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEAAF is #041550. Grayscale: #E8E8E8. Windows color (decimal): -267601 or 11528955. OLE color: 11528955.

HSL color Cylindrical-coordinate representation of color #FBEAAF: hue angle of 46.58º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBEAAF is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251234175-
CMYK00.070.300.02
HSL46.58º90.48%83.53%-
HSV(B)46.58º30.28%98.43%-
XYZ76.9482.4552.42-
YUV232.3695.63141.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.03%
GREEN value IS 234 (91.80% from 255) = 35.45%
BLUE value IS 175 (68.75% from 255) = 26.52%
R=38.03%
G=35.45%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123417500.070.300.0246.5890.4883.53
HexFBEAAF071E22f5a54
Octal3733522570736257132124
Binary1111101111101010101011110111111101010111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAAF; }

 p { color: rgb(251,234,175); }

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

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

 a { background-color: rgb(251,234,175); }

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

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

 span { border-color: rgb(251,234,175); }

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