#FCEFAF

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

Shades of Banana Mania #FCEFAF

Tints of Banana Mania #FCEFAF

Color information

#FCEFAF (or 0xFCEFAF) is unknown color: approx Banana Mania. HEX triplet: FC, EF and AF. RGB value is (252,239,175). Sum of RGB (Red+Green+Blue) = 252+239+175=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 175 (68.75% from 255 or 26.28% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEFAF is #031050. Grayscale: #EBEBEB. Windows color (decimal): -200785 or 11530236. OLE color: 11530236.

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

Color convert

RGB252239175-
CMYK00.050.310.01
HSL49.87º92.77%83.73%-
HSV(B)49.87º30.56%98.82%-
XYZ78.7585.5252.91-
YUV235.5993.81139.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 239 (93.75% from 255) = 35.89%
BLUE value IS 175 (68.75% from 255) = 26.28%
R=37.84%
G=35.89%
B=26.28%

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
Decimal25223917500.050.310.0149.8792.7783.73
HexFCEFAF051F1325d54
Octal3743572570537162135124
Binary111111001110111110101111010111111111001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFAF; }

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

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

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

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

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

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

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

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