#FCE4AF

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

Shades of Banana Mania #FCE4AF

Tints of Banana Mania #FCE4AF

Color information

#FCE4AF (or 0xFCE4AF) is unknown color: approx Banana Mania. HEX triplet: FC, E4 and AF. RGB value is (252,228,175). Sum of RGB (Red+Green+Blue) = 252+228+175=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 175 (68.75% from 255 or 26.72% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE4AF is #031B50. Grayscale: #E5E5E5. Windows color (decimal): -203601 or 11527420. OLE color: 11527420.

HSL color Cylindrical-coordinate representation of color #FCE4AF: hue angle of 41.3º 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 #FCE4AF is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB252228175-
CMYK00.100.310.01
HSL41.3º92.77%83.73%-
HSV(B)41.3º30.56%98.82%-
XYZ75.6379.2851.87-
YUV229.1397.45144.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.47%
GREEN value IS 228 (89.45% from 255) = 34.81%
BLUE value IS 175 (68.75% from 255) = 26.72%
R=38.47%
G=34.81%
B=26.72%

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
Decimal25222817500.100.310.0141.392.7783.73
HexFCE4AF0A1F1295d54
Octal37434425701237151135124
Binary1111110011100100101011110101011111110100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4AF; }

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

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

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

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

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

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

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

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