Shades of Melon #FBBAAF
Tints of Melon #FBBAAF
RGB
CMYK
RGB Variations
Color information
#FBBAAF (or 0xFBBAAF) is known color: Melon. HEX triplet: FB, BA and AF. RGB value is (251,186,175). Sum of RGB (Red+Green+Blue) = 251+186+175=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBAAF is #044550. Grayscale: #CCCCCC. Windows color (decimal): -279889 or 11516667. OLE color: 11516667.
HSL color Cylindrical-coordinate representation of color #FBBAAF: hue angle of 8.68º 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 #FBBAAF is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 175 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.02 |
| HSL | 8.68º | 0.9% | 0.84% | - |
| HSV(B) | 8.68º | 0.3% | 0.98% | - |
| XYZ | 65.08 | 58.72 | 48.46 | - |
| YUV | 204.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 175 | 0 | 0.26 | 0.30 | 0.02 | 8.68 | 0.9 | 0.84 |
| Hex | FB | BA | AF | 0 | 1A | 1E | 2 | 9 | 5A | 54 |
| Octal | 373 | 272 | 257 | 0 | 32 | 36 | 2 | 11 | 132 | 124 |
| Binary | 11111011 | 10111010 | 10101111 | 0 | 11010 | 11110 | 10 | 1001 | 1011010 | 1010100 |
Color Harmonies of #FBBAAF
Complementary color
Monochromatic Colors of #FBBAAF
Black with #FBBAAF
Text Example
Text Example
White with #FBBAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAAF; }
p { color: rgb(251,186,175); }
H1.HeaderClassName
{
color: #FBBAAF;
}
.AnyTagClassName
{
color: #FBBAAF;
}
</style>
background-color css
<style>
a { background-color: #FBBAAF; }
a { background-color: rgb(251,186,175); }
div.DivClassName
{
background-color: #FBBAAF;
}
.BgClassName
{
background-color: #FBBAAF;
}
</style>
border-color css
<style>
span { border-color: #FBBAAF; }
span { border-color: rgb(251,186,175); }
td.TdClassName
{
border-color: #FBBAAF;
}
.TagClassName
{
border-color: #FBBAAF;
}
</style>