#FCE6B4

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

Shades of Banana Mania #FCE6B4

Tints of Banana Mania #FCE6B4

Color information

#FCE6B4 (or 0xFCE6B4) is unknown color: approx Banana Mania. HEX triplet: FC, E6 and B4. RGB value is (252,230,180). Sum of RGB (Red+Green+Blue) = 252+230+180=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 180 (70.70% from 255 or 27.19% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6B4 is #03194B. Grayscale: #E7E7E7. Windows color (decimal): -203084 or 11855612. OLE color: 11855612.

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

Color convert

RGB252230180-
CMYK00.090.290.01
HSL41.67º92.31%84.71%-
HSV(B)41.67º28.57%98.82%-
XYZ76.6880.5854.69-
YUV230.8899.29143.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 230 (90.23% from 255) = 34.74%
BLUE value IS 180 (70.70% from 255) = 27.19%
R=38.07%
G=34.74%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223018000.090.290.0141.6792.3184.71
HexFCE6B4091D12a5c55
Octal37434626401135152134125
Binary1111110011100110101101000100111101110101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6B4; }

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

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

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

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

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

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

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

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