#FCF0B1

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

Shades of Banana Mania #FCF0B1

Tints of Banana Mania #FCF0B1

Color information

#FCF0B1 (or 0xFCF0B1) is unknown color: approx Banana Mania. HEX triplet: FC, F0 and B1. RGB value is (252,240,177). Sum of RGB (Red+Green+Blue) = 252+240+177=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 177 (69.53% from 255 or 26.46% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0B1 is #030F4E. Grayscale: #ECECEC. Windows color (decimal): -200527 or 11661564. OLE color: 11661564.

HSL color Cylindrical-coordinate representation of color #FCF0B1: hue angle of 50.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCF0B1 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB252240177-
CMYK00.050.300.01
HSL50.4º92.59%84.12%-
HSV(B)50.4º29.76%98.82%-
XYZ79.2486.1954.05-
YUV236.4194.48139.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 240 (94.14% from 255) = 35.87%
BLUE value IS 177 (69.53% from 255) = 26.46%
R=37.67%
G=35.87%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224017700.050.300.0150.492.5984.12
HexFCF0B1051E1325d54
Octal3743602610536162135124
Binary111111001111000010110001010111110111001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0B1; }

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

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

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

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

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

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

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

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