Shades of Melon #FCBBA9
Tints of Melon #FCBBA9
RGB
CMYK
RGB Variations
Color information
#FCBBA9 (or 0xFCBBA9) is known color: 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
| RGB | 252 | 187 | 169 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.01 |
| HSL | 13.01º | 0.93% | 0.83% | - |
| HSV(B) | 13.01º | 0.33% | 0.99% | - |
| XYZ | 65.08 | 59.1 | 45.51 | - |
| YUV | 204.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 169 | 0 | 0.26 | 0.33 | 0.01 | 13.01 | 0.93 | 0.83 |
| Hex | FC | BB | A9 | 0 | 1A | 21 | 1 | D | 5D | 53 |
| Octal | 374 | 273 | 251 | 0 | 32 | 41 | 1 | 15 | 135 | 123 |
| Binary | 11111100 | 10111011 | 10101001 | 0 | 11010 | 100001 | 1 | 1101 | 1011101 | 1010011 |
Color Harmonies of #FCBBA9
Complementary color
Monochromatic Colors of #FCBBA9
Black with #FCBBA9
Text Example
Text Example
White with #FCBBA9
Text Example
Text Example
HTML Codes & Css Web 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>