Shades of Melon #FBC0AD
Tints of Melon #FBC0AD
RGB
CMYK
RGB Variations
Color information
#FBC0AD (or 0xFBC0AD) is known color: Melon. HEX triplet: FB, C0 and AD. RGB value is (251,192,173). Sum of RGB (Red+Green+Blue) = 251+192+173=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC0AD is #043F52. Grayscale: #CFCFCF. Windows color (decimal): -278355 or 11387131. OLE color: 11387131.
HSL color Cylindrical-coordinate representation of color #FBC0AD: hue angle of 14.62º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBC0AD is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 173 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.02 |
| HSL | 14.62º | 0.91% | 0.83% | - |
| HSV(B) | 14.62º | 0.31% | 0.98% | - |
| XYZ | 66.18 | 61.23 | 47.87 | - |
| YUV | 207.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 173 | 0 | 0.24 | 0.31 | 0.02 | 14.62 | 0.91 | 0.83 |
| Hex | FB | C0 | AD | 0 | 18 | 1F | 2 | F | 5B | 53 |
| Octal | 373 | 300 | 255 | 0 | 30 | 37 | 2 | 17 | 133 | 123 |
| Binary | 11111011 | 11000000 | 10101101 | 0 | 11000 | 11111 | 10 | 1111 | 1011011 | 1010011 |
Color Harmonies of #FBC0AD
Complementary color
Monochromatic Colors of #FBC0AD
Black with #FBC0AD
Text Example
Text Example
White with #FBC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0AD; }
p { color: rgb(251,192,173); }
H1.HeaderClassName
{
color: #FBC0AD;
}
.AnyTagClassName
{
color: #FBC0AD;
}
</style>
background-color css
<style>
a { background-color: #FBC0AD; }
a { background-color: rgb(251,192,173); }
div.DivClassName
{
background-color: #FBC0AD;
}
.BgClassName
{
background-color: #FBC0AD;
}
</style>
border-color css
<style>
span { border-color: #FBC0AD; }
span { border-color: rgb(251,192,173); }
td.TdClassName
{
border-color: #FBC0AD;
}
.TagClassName
{
border-color: #FBC0AD;
}
</style>