Shades of Melon #F8BDAB
Tints of Melon #F8BDAB
RGB
CMYK
RGB Variations
Color information
#F8BDAB (or 0xF8BDAB) is known color: Melon. HEX triplet: F8, BD and AB. RGB value is (248,189,171). Sum of RGB (Red+Green+Blue) = 248+189+171=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BDAB is #074254. Grayscale: #CCCCCC. Windows color (decimal): -475733 or 11255288. OLE color: 11255288.
HSL color Cylindrical-coordinate representation of color #F8BDAB: hue angle of 14.03º 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 #F8BDAB is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 171 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.03 |
| HSL | 14.03º | 0.85% | 0.82% | - |
| HSV(B) | 14.03º | 0.31% | 0.97% | - |
| XYZ | 64.26 | 59.29 | 46.59 | - |
| YUV | 204.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 171 | 0 | 0.24 | 0.31 | 0.03 | 14.03 | 0.85 | 0.82 |
| Hex | F8 | BD | AB | 0 | 18 | 1F | 3 | E | 55 | 52 |
| Octal | 370 | 275 | 253 | 0 | 30 | 37 | 3 | 16 | 125 | 122 |
| Binary | 11111000 | 10111101 | 10101011 | 0 | 11000 | 11111 | 11 | 1110 | 1010101 | 1010010 |
Color Harmonies of #F8BDAB
Complementary color
Monochromatic Colors of #F8BDAB
Black with #F8BDAB
Text Example
Text Example
White with #F8BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDAB; }
p { color: rgb(248,189,171); }
H1.HeaderClassName
{
color: #F8BDAB;
}
.AnyTagClassName
{
color: #F8BDAB;
}
</style>
background-color css
<style>
a { background-color: #F8BDAB; }
a { background-color: rgb(248,189,171); }
div.DivClassName
{
background-color: #F8BDAB;
}
.BgClassName
{
background-color: #F8BDAB;
}
</style>
border-color css
<style>
span { border-color: #F8BDAB; }
span { border-color: rgb(248,189,171); }
td.TdClassName
{
border-color: #F8BDAB;
}
.TagClassName
{
border-color: #F8BDAB;
}
</style>