Shades of Melon #FBC0A8
Tints of Melon #FBC0A8
RGB
CMYK
RGB Variations
Color information
#FBC0A8 (or 0xFBC0A8) is known color: Melon. HEX triplet: FB, C0 and A8. RGB value is (251,192,168). Sum of RGB (Red+Green+Blue) = 251+192+168=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC0A8 is #043F57. Grayscale: #CFCFCF. Windows color (decimal): -278360 or 11059451. OLE color: 11059451.
HSL color Cylindrical-coordinate representation of color #FBC0A8: hue angle of 17.35º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBC0A8 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 168 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.02 |
| HSL | 17.35º | 0.91% | 0.82% | - |
| HSV(B) | 17.35º | 0.33% | 0.98% | - |
| XYZ | 65.7 | 61.04 | 45.36 | - |
| YUV | 206.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 168 | 0 | 0.24 | 0.33 | 0.02 | 17.35 | 0.91 | 0.82 |
| Hex | FB | C0 | A8 | 0 | 18 | 21 | 2 | 11 | 5B | 52 |
| Octal | 373 | 300 | 250 | 0 | 30 | 41 | 2 | 21 | 133 | 122 |
| Binary | 11111011 | 11000000 | 10101000 | 0 | 11000 | 100001 | 10 | 10001 | 1011011 | 1010010 |
Color Harmonies of #FBC0A8
Complementary color
Monochromatic Colors of #FBC0A8
Black with #FBC0A8
Text Example
Text Example
White with #FBC0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0A8; }
p { color: rgb(251,192,168); }
H1.HeaderClassName
{
color: #FBC0A8;
}
.AnyTagClassName
{
color: #FBC0A8;
}
</style>
background-color css
<style>
a { background-color: #FBC0A8; }
a { background-color: rgb(251,192,168); }
div.DivClassName
{
background-color: #FBC0A8;
}
.BgClassName
{
background-color: #FBC0A8;
}
</style>
border-color css
<style>
span { border-color: #FBC0A8; }
span { border-color: rgb(251,192,168); }
td.TdClassName
{
border-color: #FBC0A8;
}
.TagClassName
{
border-color: #FBC0A8;
}
</style>