Shades of Melon #FBBBAF
Tints of Melon #FBBBAF
RGB
CMYK
RGB Variations
Color information
#FBBBAF (or 0xFBBBAF) is known color: Melon. HEX triplet: FB, BB and AF. RGB value is (251,187,175). Sum of RGB (Red+Green+Blue) = 251+187+175=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBBAF is #044450. Grayscale: #CCCCCC. Windows color (decimal): -279633 or 11516923. OLE color: 11516923.
HSL color Cylindrical-coordinate representation of color #FBBBAF: hue angle of 9.47º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBBBAF is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 175 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.02 |
| HSL | 9.47º | 0.9% | 0.84% | - |
| HSV(B) | 9.47º | 0.3% | 0.98% | - |
| XYZ | 65.29 | 59.15 | 48.53 | - |
| YUV | 204.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 175 | 0 | 0.25 | 0.30 | 0.02 | 9.47 | 0.9 | 0.84 |
| Hex | FB | BB | AF | 0 | 19 | 1E | 2 | 9 | 5A | 54 |
| Octal | 373 | 273 | 257 | 0 | 31 | 36 | 2 | 11 | 132 | 124 |
| Binary | 11111011 | 10111011 | 10101111 | 0 | 11001 | 11110 | 10 | 1001 | 1011010 | 1010100 |
Color Harmonies of #FBBBAF
Complementary color
Monochromatic Colors of #FBBBAF
Black with #FBBBAF
Text Example
Text Example
White with #FBBBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBAF; }
p { color: rgb(251,187,175); }
H1.HeaderClassName
{
color: #FBBBAF;
}
.AnyTagClassName
{
color: #FBBBAF;
}
</style>
background-color css
<style>
a { background-color: #FBBBAF; }
a { background-color: rgb(251,187,175); }
div.DivClassName
{
background-color: #FBBBAF;
}
.BgClassName
{
background-color: #FBBBAF;
}
</style>
border-color css
<style>
span { border-color: #FBBBAF; }
span { border-color: rgb(251,187,175); }
td.TdClassName
{
border-color: #FBBBAF;
}
.TagClassName
{
border-color: #FBBBAF;
}
</style>