Shades of Melon #FBC0AA
Tints of Melon #FBC0AA
RGB
CMYK
RGB Variations
Color information
#FBC0AA (or 0xFBC0AA) is known color: Melon. HEX triplet: FB, C0 and AA. RGB value is (251,192,170). Sum of RGB (Red+Green+Blue) = 251+192+170=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC0AA is #043F55. Grayscale: #CFCFCF. Windows color (decimal): -278358 or 11190523. OLE color: 11190523.
HSL color Cylindrical-coordinate representation of color #FBC0AA: hue angle of 16.3º 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 #FBC0AA is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 170 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.02 |
| HSL | 16.3º | 0.91% | 0.83% | - |
| HSV(B) | 16.3º | 0.32% | 0.98% | - |
| XYZ | 65.89 | 61.11 | 46.35 | - |
| YUV | 207.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 170 | 0 | 0.24 | 0.32 | 0.02 | 16.3 | 0.91 | 0.83 |
| Hex | FB | C0 | AA | 0 | 18 | 20 | 2 | 10 | 5B | 53 |
| Octal | 373 | 300 | 252 | 0 | 30 | 40 | 2 | 20 | 133 | 123 |
| Binary | 11111011 | 11000000 | 10101010 | 0 | 11000 | 100000 | 10 | 10000 | 1011011 | 1010011 |
Color Harmonies of #FBC0AA
Complementary color
Monochromatic Colors of #FBC0AA
Black with #FBC0AA
Text Example
Text Example
White with #FBC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0AA; }
p { color: rgb(251,192,170); }
H1.HeaderClassName
{
color: #FBC0AA;
}
.AnyTagClassName
{
color: #FBC0AA;
}
</style>
background-color css
<style>
a { background-color: #FBC0AA; }
a { background-color: rgb(251,192,170); }
div.DivClassName
{
background-color: #FBC0AA;
}
.BgClassName
{
background-color: #FBC0AA;
}
</style>
border-color css
<style>
span { border-color: #FBC0AA; }
span { border-color: rgb(251,192,170); }
td.TdClassName
{
border-color: #FBC0AA;
}
.TagClassName
{
border-color: #FBC0AA;
}
</style>