Shades of Melon #FCB8AF
Tints of Melon #FCB8AF
RGB
CMYK
RGB Variations
Color information
#FCB8AF (or 0xFCB8AF) is known color: Melon. HEX triplet: FC, B8 and AF. RGB value is (252,184,175). Sum of RGB (Red+Green+Blue) = 252+184+175=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB8AF is #034750. Grayscale: #CBCBCB. Windows color (decimal): -214865 or 11516156. OLE color: 11516156.
HSL color Cylindrical-coordinate representation of color #FCB8AF: hue angle of 7.01º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCB8AF is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 175 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.01 |
| HSL | 7.01º | 0.93% | 0.84% | - |
| HSV(B) | 7.01º | 0.31% | 0.99% | - |
| XYZ | 65.02 | 58.07 | 48.34 | - |
| YUV | 203.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 175 | 0 | 0.27 | 0.31 | 0.01 | 7.01 | 0.93 | 0.84 |
| Hex | FC | B8 | AF | 0 | 1B | 1F | 1 | 7 | 5D | 54 |
| Octal | 374 | 270 | 257 | 0 | 33 | 37 | 1 | 7 | 135 | 124 |
| Binary | 11111100 | 10111000 | 10101111 | 0 | 11011 | 11111 | 1 | 111 | 1011101 | 1010100 |
Color Harmonies of #FCB8AF
Complementary color
Monochromatic Colors of #FCB8AF
Black with #FCB8AF
Text Example
Text Example
White with #FCB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8AF; }
p { color: rgb(252,184,175); }
H1.HeaderClassName
{
color: #FCB8AF;
}
.AnyTagClassName
{
color: #FCB8AF;
}
</style>
background-color css
<style>
a { background-color: #FCB8AF; }
a { background-color: rgb(252,184,175); }
div.DivClassName
{
background-color: #FCB8AF;
}
.BgClassName
{
background-color: #FCB8AF;
}
</style>
border-color css
<style>
span { border-color: #FCB8AF; }
span { border-color: rgb(252,184,175); }
td.TdClassName
{
border-color: #FCB8AF;
}
.TagClassName
{
border-color: #FCB8AF;
}
</style>