#FBEFAD

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

Shades of Banana Mania #FBEFAD

Tints of Banana Mania #FBEFAD

Color information

#FBEFAD (or 0xFBEFAD) is unknown color: approx Banana Mania. HEX triplet: FB, EF and AD. RGB value is (251,239,173). Sum of RGB (Red+Green+Blue) = 251+239+173=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 173 (67.97% from 255 or 26.09% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEFAD is #041052. Grayscale: #EBEBEB. Windows color (decimal): -266323 or 11399163. OLE color: 11399163.

HSL color Cylindrical-coordinate representation of color #FBEFAD: hue angle of 50.77º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBEFAD is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251239173-
CMYK00.050.310.02
HSL50.77º90.7%83.14%-
HSV(B)50.77º31.08%98.43%-
XYZ78.1985.2651.87-
YUV235.0692.98139.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 239 (93.75% from 255) = 36.05%
BLUE value IS 173 (67.97% from 255) = 26.09%
R=37.86%
G=36.05%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123917300.050.310.0250.7790.783.14
HexFBEFAD051F2335b53
Octal3733572550537263133123
Binary1111101111101111101011010101111111011001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFAD; }

 p { color: rgb(251,239,173); }

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

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

 a { background-color: rgb(251,239,173); }

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

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

 span { border-color: rgb(251,239,173); }

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