#FCEFAE

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

Shades of Banana Mania #FCEFAE

Tints of Banana Mania #FCEFAE

Color information

#FCEFAE (or 0xFCEFAE) is unknown color: approx Banana Mania. HEX triplet: FC, EF and AE. RGB value is (252,239,174). Sum of RGB (Red+Green+Blue) = 252+239+174=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 174 (68.36% from 255 or 26.17% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEFAE is #031051. Grayscale: #EBEBEB. Windows color (decimal): -200786 or 11464700. OLE color: 11464700.

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

Color convert

RGB252239174-
CMYK00.050.310.01
HSL50º92.86%83.53%-
HSV(B)50º30.95%98.82%-
XYZ78.6585.4852.4-
YUV235.4893.31139.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 239 (93.75% from 255) = 35.94%
BLUE value IS 174 (68.36% from 255) = 26.17%
R=37.89%
G=35.94%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223917400.050.310.015092.8683.53
HexFCEFAE051F1325d54
Octal3743572560537162135124
Binary111111001110111110101110010111111111001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFAE; }

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

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

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

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

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

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

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

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