#FCF2B4

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

Shades of Banana Mania #FCF2B4

Tints of Banana Mania #FCF2B4

Color information

#FCF2B4 (or 0xFCF2B4) is unknown color: approx Banana Mania. HEX triplet: FC, F2 and B4. RGB value is (252,242,180). Sum of RGB (Red+Green+Blue) = 252+242+180=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 180 (70.70% from 255 or 26.71% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2B4 is #030D4B. Grayscale: #EEEEEE. Windows color (decimal): -200012 or 11858684. OLE color: 11858684.

HSL color Cylindrical-coordinate representation of color #FCF2B4: hue angle of 51.67º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCF2B4 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252242180-
CMYK00.040.290.01
HSL51.67º92.31%84.71%-
HSV(B)51.67º28.57%98.82%-
XYZ80.1487.4955.84-
YUV237.9295.31138.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.39%
GREEN value IS 242 (94.92% from 255) = 35.91%
BLUE value IS 180 (70.70% from 255) = 26.71%
R=37.39%
G=35.91%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224218000.040.290.0151.6792.3184.71
HexFCF2B4041D1345c55
Octal3743622640435164134125
Binary111111001111001010110100010011101111010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2B4; }

 p { color: rgb(252,242,180); }

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

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

 a { background-color: rgb(252,242,180); }

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

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

 span { border-color: rgb(252,242,180); }

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