Shades of Melon #F8BBAB
Tints of Melon #F8BBAB
RGB
CMYK
RGB Variations
Color information
#F8BBAB (or 0xF8BBAB) is known color: Melon. HEX triplet: F8, BB and AB. RGB value is (248,187,171). Sum of RGB (Red+Green+Blue) = 248+187+171=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BBAB is #074454. Grayscale: #CBCBCB. Windows color (decimal): -476245 or 11254776. OLE color: 11254776.
HSL color Cylindrical-coordinate representation of color #F8BBAB: hue angle of 12.47º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8BBAB is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 171 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.03 |
| HSL | 12.47º | 0.85% | 0.82% | - |
| HSV(B) | 12.47º | 0.31% | 0.97% | - |
| XYZ | 63.83 | 58.44 | 46.44 | - |
| YUV | 203.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 171 | 0 | 0.25 | 0.31 | 0.03 | 12.47 | 0.85 | 0.82 |
| Hex | F8 | BB | AB | 0 | 19 | 1F | 3 | C | 55 | 52 |
| Octal | 370 | 273 | 253 | 0 | 31 | 37 | 3 | 14 | 125 | 122 |
| Binary | 11111000 | 10111011 | 10101011 | 0 | 11001 | 11111 | 11 | 1100 | 1010101 | 1010010 |
Color Harmonies of #F8BBAB
Complementary color
Monochromatic Colors of #F8BBAB
Black with #F8BBAB
Text Example
Text Example
White with #F8BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBAB; }
p { color: rgb(248,187,171); }
H1.HeaderClassName
{
color: #F8BBAB;
}
.AnyTagClassName
{
color: #F8BBAB;
}
</style>
background-color css
<style>
a { background-color: #F8BBAB; }
a { background-color: rgb(248,187,171); }
div.DivClassName
{
background-color: #F8BBAB;
}
.BgClassName
{
background-color: #F8BBAB;
}
</style>
border-color css
<style>
span { border-color: #F8BBAB; }
span { border-color: rgb(248,187,171); }
td.TdClassName
{
border-color: #F8BBAB;
}
.TagClassName
{
border-color: #F8BBAB;
}
</style>