Shades of Melon #FCB8AB
Tints of Melon #FCB8AB
RGB
CMYK
RGB Variations
Color information
#FCB8AB (or 0xFCB8AB) is known color: Melon. HEX triplet: FC, B8 and AB. RGB value is (252,184,171). Sum of RGB (Red+Green+Blue) = 252+184+171=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB8AB is #034754. Grayscale: #CACACA. Windows color (decimal): -214869 or 11254012. OLE color: 11254012.
HSL color Cylindrical-coordinate representation of color #FCB8AB: hue angle of 9.63º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCB8AB is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 171 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.01 |
| HSL | 9.63º | 0.93% | 0.83% | - |
| HSV(B) | 9.63º | 0.32% | 0.99% | - |
| XYZ | 64.64 | 57.92 | 46.3 | - |
| YUV | 202.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 171 | 0 | 0.27 | 0.32 | 0.01 | 9.63 | 0.93 | 0.83 |
| Hex | FC | B8 | AB | 0 | 1B | 20 | 1 | A | 5D | 53 |
| Octal | 374 | 270 | 253 | 0 | 33 | 40 | 1 | 12 | 135 | 123 |
| Binary | 11111100 | 10111000 | 10101011 | 0 | 11011 | 100000 | 1 | 1010 | 1011101 | 1010011 |
Color Harmonies of #FCB8AB
Complementary color
Monochromatic Colors of #FCB8AB
Black with #FCB8AB
Text Example
Text Example
White with #FCB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8AB; }
p { color: rgb(252,184,171); }
H1.HeaderClassName
{
color: #FCB8AB;
}
.AnyTagClassName
{
color: #FCB8AB;
}
</style>
background-color css
<style>
a { background-color: #FCB8AB; }
a { background-color: rgb(252,184,171); }
div.DivClassName
{
background-color: #FCB8AB;
}
.BgClassName
{
background-color: #FCB8AB;
}
</style>
border-color css
<style>
span { border-color: #FCB8AB; }
span { border-color: rgb(252,184,171); }
td.TdClassName
{
border-color: #FCB8AB;
}
.TagClassName
{
border-color: #FCB8AB;
}
</style>