#FCF0B3

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

Shades of Banana Mania #FCF0B3

Tints of Banana Mania #FCF0B3

Color information

#FCF0B3 (or 0xFCF0B3) is unknown color: approx Banana Mania. HEX triplet: FC, F0 and B3. RGB value is (252,240,179). Sum of RGB (Red+Green+Blue) = 252+240+179=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 179 (70.31% from 255 or 26.68% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0B3 is #030F4C. Grayscale: #ECECEC. Windows color (decimal): -200525 or 11792636. OLE color: 11792636.

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

Color convert

RGB252240179-
CMYK00.050.290.01
HSL50.14º92.41%84.51%-
HSV(B)50.14º28.97%98.82%-
XYZ79.4486.2755.11-
YUV236.6395.48138.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 240 (94.14% from 255) = 35.77%
BLUE value IS 179 (70.31% from 255) = 26.68%
R=37.56%
G=35.77%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224017900.050.290.0150.1492.4184.51
HexFCF0B3051D1325c55
Octal3743602630535162134125
Binary111111001111000010110011010111101111001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0B3; }

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

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

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

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

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

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

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

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