Shades of Melon #FBBAA8
Tints of Melon #FBBAA8
RGB
CMYK
RGB Variations
Color information
#FBBAA8 (or 0xFBBAA8) is known color: Melon. HEX triplet: FB, BA and A8. RGB value is (251,186,168). Sum of RGB (Red+Green+Blue) = 251+186+168=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBAA8 is #044557. Grayscale: #CBCBCB. Windows color (decimal): -279896 or 11057915. OLE color: 11057915.
HSL color Cylindrical-coordinate representation of color #FBBAA8: hue angle of 13.01º 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 #FBBAA8 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 168 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.02 |
| HSL | 13.01º | 0.91% | 0.82% | - |
| HSV(B) | 13.01º | 0.33% | 0.98% | - |
| XYZ | 64.41 | 58.45 | 44.93 | - |
| YUV | 203.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 168 | 0 | 0.26 | 0.33 | 0.02 | 13.01 | 0.91 | 0.82 |
| Hex | FB | BA | A8 | 0 | 1A | 21 | 2 | D | 5B | 52 |
| Octal | 373 | 272 | 250 | 0 | 32 | 41 | 2 | 15 | 133 | 122 |
| Binary | 11111011 | 10111010 | 10101000 | 0 | 11010 | 100001 | 10 | 1101 | 1011011 | 1010010 |
Color Harmonies of #FBBAA8
Complementary color
Monochromatic Colors of #FBBAA8
Black with #FBBAA8
Text Example
Text Example
White with #FBBAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAA8; }
p { color: rgb(251,186,168); }
H1.HeaderClassName
{
color: #FBBAA8;
}
.AnyTagClassName
{
color: #FBBAA8;
}
</style>
background-color css
<style>
a { background-color: #FBBAA8; }
a { background-color: rgb(251,186,168); }
div.DivClassName
{
background-color: #FBBAA8;
}
.BgClassName
{
background-color: #FBBAA8;
}
</style>
border-color css
<style>
span { border-color: #FBBAA8; }
span { border-color: rgb(251,186,168); }
td.TdClassName
{
border-color: #FBBAA8;
}
.TagClassName
{
border-color: #FBBAA8;
}
</style>