Shades of Melon #FCB7AA
Tints of Melon #FCB7AA
RGB
CMYK
RGB Variations
Color information
#FCB7AA (or 0xFCB7AA) is known color: Melon. HEX triplet: FC, B7 and AA. RGB value is (252,183,170). Sum of RGB (Red+Green+Blue) = 252+183+170=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB7AA is #034855. Grayscale: #CACACA. Windows color (decimal): -215126 or 11188220. OLE color: 11188220.
HSL color Cylindrical-coordinate representation of color #FCB7AA: hue angle of 9.51º 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 #FCB7AA is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 170 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.01 |
| HSL | 9.51º | 0.93% | 0.83% | - |
| HSV(B) | 9.51º | 0.33% | 0.99% | - |
| XYZ | 64.33 | 57.46 | 45.73 | - |
| YUV | 202.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 170 | 0 | 0.27 | 0.33 | 0.01 | 9.51 | 0.93 | 0.83 |
| Hex | FC | B7 | AA | 0 | 1B | 21 | 1 | A | 5D | 53 |
| Octal | 374 | 267 | 252 | 0 | 33 | 41 | 1 | 12 | 135 | 123 |
| Binary | 11111100 | 10110111 | 10101010 | 0 | 11011 | 100001 | 1 | 1010 | 1011101 | 1010011 |
Color Harmonies of #FCB7AA
Complementary color
Monochromatic Colors of #FCB7AA
Black with #FCB7AA
Text Example
Text Example
White with #FCB7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB7AA; }
p { color: rgb(252,183,170); }
H1.HeaderClassName
{
color: #FCB7AA;
}
.AnyTagClassName
{
color: #FCB7AA;
}
</style>
background-color css
<style>
a { background-color: #FCB7AA; }
a { background-color: rgb(252,183,170); }
div.DivClassName
{
background-color: #FCB7AA;
}
.BgClassName
{
background-color: #FCB7AA;
}
</style>
border-color css
<style>
span { border-color: #FCB7AA; }
span { border-color: rgb(252,183,170); }
td.TdClassName
{
border-color: #FCB7AA;
}
.TagClassName
{
border-color: #FCB7AA;
}
</style>