Shades of Melon #FBC0AB
Tints of Melon #FBC0AB
RGB
CMYK
RGB Variations
Color information
#FBC0AB (or 0xFBC0AB) is known color: Melon. HEX triplet: FB, C0 and AB. RGB value is (251,192,171). Sum of RGB (Red+Green+Blue) = 251+192+171=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC0AB is #043F54. Grayscale: #CFCFCF. Windows color (decimal): -278357 or 11256059. OLE color: 11256059.
HSL color Cylindrical-coordinate representation of color #FBC0AB: hue angle of 15.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBC0AB is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 171 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.02 |
| HSL | 15.75º | 0.91% | 0.83% | - |
| HSV(B) | 15.75º | 0.32% | 0.98% | - |
| XYZ | 65.98 | 61.15 | 46.85 | - |
| YUV | 207.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 171 | 0 | 0.24 | 0.32 | 0.02 | 15.75 | 0.91 | 0.83 |
| Hex | FB | C0 | AB | 0 | 18 | 20 | 2 | 10 | 5B | 53 |
| Octal | 373 | 300 | 253 | 0 | 30 | 40 | 2 | 20 | 133 | 123 |
| Binary | 11111011 | 11000000 | 10101011 | 0 | 11000 | 100000 | 10 | 10000 | 1011011 | 1010011 |
Color Harmonies of #FBC0AB
Complementary color
Monochromatic Colors of #FBC0AB
Black with #FBC0AB
Text Example
Text Example
White with #FBC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0AB; }
p { color: rgb(251,192,171); }
H1.HeaderClassName
{
color: #FBC0AB;
}
.AnyTagClassName
{
color: #FBC0AB;
}
</style>
background-color css
<style>
a { background-color: #FBC0AB; }
a { background-color: rgb(251,192,171); }
div.DivClassName
{
background-color: #FBC0AB;
}
.BgClassName
{
background-color: #FBC0AB;
}
</style>
border-color css
<style>
span { border-color: #FBC0AB; }
span { border-color: rgb(251,192,171); }
td.TdClassName
{
border-color: #FBC0AB;
}
.TagClassName
{
border-color: #FBC0AB;
}
</style>