Shades of Melon #FCB8AD
Tints of Melon #FCB8AD
RGB
CMYK
RGB Variations
Color information
#FCB8AD (or 0xFCB8AD) is known color: Melon. HEX triplet: FC, B8 and AD. RGB value is (252,184,173). Sum of RGB (Red+Green+Blue) = 252+184+173=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB8AD is #034752. Grayscale: #CBCBCB. Windows color (decimal): -214867 or 11385084. OLE color: 11385084.
HSL color Cylindrical-coordinate representation of color #FCB8AD: hue angle of 8.35º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCB8AD is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 173 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.01 |
| HSL | 8.35º | 0.93% | 0.83% | - |
| HSV(B) | 8.35º | 0.31% | 0.99% | - |
| XYZ | 64.83 | 57.99 | 47.31 | - |
| YUV | 203.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 173 | 0 | 0.27 | 0.31 | 0.01 | 8.35 | 0.93 | 0.83 |
| Hex | FC | B8 | AD | 0 | 1B | 1F | 1 | 8 | 5D | 53 |
| Octal | 374 | 270 | 255 | 0 | 33 | 37 | 1 | 10 | 135 | 123 |
| Binary | 11111100 | 10111000 | 10101101 | 0 | 11011 | 11111 | 1 | 1000 | 1011101 | 1010011 |
Color Harmonies of #FCB8AD
Complementary color
Monochromatic Colors of #FCB8AD
Black with #FCB8AD
Text Example
Text Example
White with #FCB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8AD; }
p { color: rgb(252,184,173); }
H1.HeaderClassName
{
color: #FCB8AD;
}
.AnyTagClassName
{
color: #FCB8AD;
}
</style>
background-color css
<style>
a { background-color: #FCB8AD; }
a { background-color: rgb(252,184,173); }
div.DivClassName
{
background-color: #FCB8AD;
}
.BgClassName
{
background-color: #FCB8AD;
}
</style>
border-color css
<style>
span { border-color: #FCB8AD; }
span { border-color: rgb(252,184,173); }
td.TdClassName
{
border-color: #FCB8AD;
}
.TagClassName
{
border-color: #FCB8AD;
}
</style>