Shades of Melon #FCB9AA
Tints of Melon #FCB9AA
RGB
CMYK
RGB Variations
Color information
#FCB9AA (or 0xFCB9AA) is known color: Melon. HEX triplet: FC, B9 and AA. RGB value is (252,185,170). Sum of RGB (Red+Green+Blue) = 252+185+170=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB9AA is #034655. Grayscale: #CBCBCB. Windows color (decimal): -214614 or 11188732. OLE color: 11188732.
HSL color Cylindrical-coordinate representation of color #FCB9AA: hue angle of 10.98º 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 #FCB9AA is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 170 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.01 |
| HSL | 10.98º | 0.93% | 0.83% | - |
| HSV(B) | 10.98º | 0.33% | 0.99% | - |
| XYZ | 64.75 | 58.3 | 45.87 | - |
| YUV | 203.32 | 109.2 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 170 | 0 | 0.27 | 0.33 | 0.01 | 10.98 | 0.93 | 0.83 |
| Hex | FC | B9 | AA | 0 | 1B | 21 | 1 | B | 5D | 53 |
| Octal | 374 | 271 | 252 | 0 | 33 | 41 | 1 | 13 | 135 | 123 |
| Binary | 11111100 | 10111001 | 10101010 | 0 | 11011 | 100001 | 1 | 1011 | 1011101 | 1010011 |
Color Harmonies of #FCB9AA
Complementary color
Monochromatic Colors of #FCB9AA
Black with #FCB9AA
Text Example
Text Example
White with #FCB9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB9AA; }
p { color: rgb(252,185,170); }
H1.HeaderClassName
{
color: #FCB9AA;
}
.AnyTagClassName
{
color: #FCB9AA;
}
</style>
background-color css
<style>
a { background-color: #FCB9AA; }
a { background-color: rgb(252,185,170); }
div.DivClassName
{
background-color: #FCB9AA;
}
.BgClassName
{
background-color: #FCB9AA;
}
</style>
border-color css
<style>
span { border-color: #FCB9AA; }
span { border-color: rgb(252,185,170); }
td.TdClassName
{
border-color: #FCB9AA;
}
.TagClassName
{
border-color: #FCB9AA;
}
</style>