#FCF0B5

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

Shades of Banana Mania #FCF0B5

Tints of Banana Mania #FCF0B5

Color information

#FCF0B5 (or 0xFCF0B5) is unknown color: approx Banana Mania. HEX triplet: FC, F0 and B5. RGB value is (252,240,181). Sum of RGB (Red+Green+Blue) = 252+240+181=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 181 (71.09% from 255 or 26.89% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0B5 is #030F4A. Grayscale: #EDEDED. Windows color (decimal): -200523 or 11923708. OLE color: 11923708.

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

Color convert

RGB252240181-
CMYK00.050.280.01
HSL49.86º92.21%84.9%-
HSV(B)49.86º28.17%98.82%-
XYZ79.6586.3556.19-
YUV236.8696.48138.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.44%
GREEN value IS 240 (94.14% from 255) = 35.66%
BLUE value IS 181 (71.09% from 255) = 26.89%
R=37.44%
G=35.66%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224018100.050.280.0149.8692.2184.9
HexFCF0B5051C1325c55
Octal3743602650534162134125
Binary111111001111000010110101010111100111001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0B5; }

 p { color: rgb(252,240,181); }

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

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

 a { background-color: rgb(252,240,181); }

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

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

 span { border-color: rgb(252,240,181); }

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