#FCE5AD

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

Shades of Banana Mania #FCE5AD

Tints of Banana Mania #FCE5AD

Color information

#FCE5AD (or 0xFCE5AD) is unknown color: approx Banana Mania. HEX triplet: FC, E5 and AD. RGB value is (252,229,173). Sum of RGB (Red+Green+Blue) = 252+229+173=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 173 (67.97% from 255 or 26.45% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE5AD is #031A52. Grayscale: #E5E5E5. Windows color (decimal): -203347 or 11396604. OLE color: 11396604.

HSL color Cylindrical-coordinate representation of color #FCE5AD: hue angle of 42.53º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCE5AD is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB252229173-
CMYK00.090.310.01
HSL42.53º92.94%83.33%-
HSV(B)42.53º31.35%98.82%-
XYZ75.7179.7550.94-
YUV229.4996.12144.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 229 (89.84% from 255) = 35.02%
BLUE value IS 173 (67.97% from 255) = 26.45%
R=38.53%
G=35.02%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222917300.090.310.0142.5392.9483.33
HexFCE5AD091F12b5d53
Octal37434525501137153135123
Binary1111110011100101101011010100111111110101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5AD; }

 p { color: rgb(252,229,173); }

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

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

 a { background-color: rgb(252,229,173); }

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

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

 span { border-color: rgb(252,229,173); }

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