#FCF0B4

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

Shades of Banana Mania #FCF0B4

Tints of Banana Mania #FCF0B4

Color information

#FCF0B4 (or 0xFCF0B4) is unknown color: approx Banana Mania. HEX triplet: FC, F0 and B4. RGB value is (252,240,180). Sum of RGB (Red+Green+Blue) = 252+240+180=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 240 (94.14% from 255 or 35.71% from 672); Blue value is 180 (70.70% from 255 or 26.79% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0B4 is #030F4B. Grayscale: #EDEDED. Windows color (decimal): -200524 or 11858172. OLE color: 11858172.

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

Color convert

RGB252240180-
CMYK00.050.290.01
HSL50º92.31%84.71%-
HSV(B)50º28.57%98.82%-
XYZ79.5486.3155.65-
YUV236.7595.98138.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.5%
GREEN value IS 240 (94.14% from 255) = 35.71%
BLUE value IS 180 (70.70% from 255) = 26.79%
R=37.5%
G=35.71%
B=26.79%

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
Decimal25224018000.050.290.015092.3184.71
HexFCF0B4051D1325c55
Octal3743602640535162134125
Binary111111001111000010110100010111101111001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0B4; }

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

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

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

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

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

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

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

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