#FCE4AE

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

Shades of Banana Mania #FCE4AE

Tints of Banana Mania #FCE4AE

Color information

#FCE4AE (or 0xFCE4AE) is unknown color: approx Banana Mania. HEX triplet: FC, E4 and AE. RGB value is (252,228,174). Sum of RGB (Red+Green+Blue) = 252+228+174=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 174 (68.36% from 255 or 26.61% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE4AE is #031B51. Grayscale: #E5E5E5. Windows color (decimal): -203602 or 11461884. OLE color: 11461884.

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

Color convert

RGB252228174-
CMYK00.100.310.01
HSL41.54º92.86%83.53%-
HSV(B)41.54º30.95%98.82%-
XYZ75.5379.2451.36-
YUV229.0296.95144.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 228 (89.45% from 255) = 34.86%
BLUE value IS 174 (68.36% from 255) = 26.61%
R=38.53%
G=34.86%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222817400.100.310.0141.5492.8683.53
HexFCE4AE0A1F12a5d54
Octal37434425601237152135124
Binary1111110011100100101011100101011111110101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4AE; }

 p { color: rgb(252,228,174); }

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

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

 a { background-color: rgb(252,228,174); }

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

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

 span { border-color: rgb(252,228,174); }

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