#FCE6B3

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

Shades of Banana Mania #FCE6B3

Tints of Banana Mania #FCE6B3

Color information

#FCE6B3 (or 0xFCE6B3) is unknown color: approx Banana Mania. HEX triplet: FC, E6 and B3. RGB value is (252,230,179). Sum of RGB (Red+Green+Blue) = 252+230+179=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 179 (70.31% from 255 or 27.08% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6B3 is #03194C. Grayscale: #E6E6E6. Windows color (decimal): -203085 or 11790076. OLE color: 11790076.

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

Color convert

RGB252230179-
CMYK00.090.290.01
HSL41.92º92.41%84.51%-
HSV(B)41.92º28.97%98.82%-
XYZ76.5880.5454.16-
YUV230.7698.79143.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 230 (90.23% from 255) = 34.80%
BLUE value IS 179 (70.31% from 255) = 27.08%
R=38.12%
G=34.80%
B=27.08%

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
Decimal25223017900.090.290.0141.9292.4184.51
HexFCE6B3091D12a5c55
Octal37434626301135152134125
Binary1111110011100110101100110100111101110101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6B3; }

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

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

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

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

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

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

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

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