#FCBBA9

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

Shades of Melon #FCBBA9

Tints of Melon #FCBBA9

Color information

#FCBBA9 (or 0xFCBBA9) is unknown color: approx Melon. HEX triplet: FC, BB and A9. RGB value is (252,187,169). Sum of RGB (Red+Green+Blue) = 252+187+169=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 169 (66.41% from 255 or 27.80% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBA9 is #034456. Grayscale: #CCCCCC. Windows color (decimal): -214103 or 11123708. OLE color: 11123708.

HSL color Cylindrical-coordinate representation of color #FCBBA9: hue angle of 13.01º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCBBA9 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252187169-
CMYK00.260.330.01
HSL13.01º93.26%82.55%-
HSV(B)13.01º32.94%98.82%-
XYZ65.0859.145.51-
YUV204.38108.03161.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.45%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 169 (66.41% from 255) = 27.80%
R=41.45%
G=30.76%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218716900.260.330.0113.0193.2682.55
HexFCBBA901A211d5d53
Octal37427325103241115135123
Binary1111110010111011101010010110101000011110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBA9; }

 p { color: rgb(252,187,169); }

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

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

 a { background-color: rgb(252,187,169); }

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

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

 span { border-color: rgb(252,187,169); }

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