Shades of Melon #FCBAAA
Tints of Melon #FCBAAA
RGB
CMYK
RGB Variations
Color information
#FCBAAA (or 0xFCBAAA) is known color: Melon. HEX triplet: FC, BA and AA. RGB value is (252,186,170). Sum of RGB (Red+Green+Blue) = 252+186+170=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAAA is #034555. Grayscale: #CCCCCC. Windows color (decimal): -214358 or 11188988. OLE color: 11188988.
HSL color Cylindrical-coordinate representation of color #FCBAAA: hue angle of 11.71º 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 #FCBAAA is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 170 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.01 |
| HSL | 11.71º | 0.93% | 0.83% | - |
| HSV(B) | 11.71º | 0.33% | 0.99% | - |
| XYZ | 64.96 | 58.72 | 45.94 | - |
| YUV | 203.91 | 108.87 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 170 | 0 | 0.26 | 0.33 | 0.01 | 11.71 | 0.93 | 0.83 |
| Hex | FC | BA | AA | 0 | 1A | 21 | 1 | C | 5D | 53 |
| Octal | 374 | 272 | 252 | 0 | 32 | 41 | 1 | 14 | 135 | 123 |
| Binary | 11111100 | 10111010 | 10101010 | 0 | 11010 | 100001 | 1 | 1100 | 1011101 | 1010011 |
Color Harmonies of #FCBAAA
Complementary color
Monochromatic Colors of #FCBAAA
Black with #FCBAAA
Text Example
Text Example
White with #FCBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAAA; }
p { color: rgb(252,186,170); }
H1.HeaderClassName
{
color: #FCBAAA;
}
.AnyTagClassName
{
color: #FCBAAA;
}
</style>
background-color css
<style>
a { background-color: #FCBAAA; }
a { background-color: rgb(252,186,170); }
div.DivClassName
{
background-color: #FCBAAA;
}
.BgClassName
{
background-color: #FCBAAA;
}
</style>
border-color css
<style>
span { border-color: #FCBAAA; }
span { border-color: rgb(252,186,170); }
td.TdClassName
{
border-color: #FCBAAA;
}
.TagClassName
{
border-color: #FCBAAA;
}
</style>