Shades of Melon #F8BBAE
Tints of Melon #F8BBAE
RGB
CMYK
RGB Variations
Color information
#F8BBAE (or 0xF8BBAE) is known color: Melon. HEX triplet: F8, BB and AE. RGB value is (248,187,174). Sum of RGB (Red+Green+Blue) = 248+187+174=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BBAE is #074451. Grayscale: #CBCBCB. Windows color (decimal): -476242 or 11451384. OLE color: 11451384.
HSL color Cylindrical-coordinate representation of color #F8BBAE: hue angle of 10.54º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8BBAE is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 174 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.03 |
| HSL | 10.54º | 0.84% | 0.83% | - |
| HSV(B) | 10.54º | 0.3% | 0.97% | - |
| XYZ | 64.12 | 58.55 | 47.97 | - |
| YUV | 203.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 174 | 0 | 0.25 | 0.30 | 0.03 | 10.54 | 0.84 | 0.83 |
| Hex | F8 | BB | AE | 0 | 19 | 1E | 3 | B | 54 | 53 |
| Octal | 370 | 273 | 256 | 0 | 31 | 36 | 3 | 13 | 124 | 123 |
| Binary | 11111000 | 10111011 | 10101110 | 0 | 11001 | 11110 | 11 | 1011 | 1010100 | 1010011 |
Color Harmonies of #F8BBAE
Complementary color
Monochromatic Colors of #F8BBAE
Black with #F8BBAE
Text Example
Text Example
White with #F8BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBAE; }
p { color: rgb(248,187,174); }
H1.HeaderClassName
{
color: #F8BBAE;
}
.AnyTagClassName
{
color: #F8BBAE;
}
</style>
background-color css
<style>
a { background-color: #F8BBAE; }
a { background-color: rgb(248,187,174); }
div.DivClassName
{
background-color: #F8BBAE;
}
.BgClassName
{
background-color: #F8BBAE;
}
</style>
border-color css
<style>
span { border-color: #F8BBAE; }
span { border-color: rgb(248,187,174); }
td.TdClassName
{
border-color: #F8BBAE;
}
.TagClassName
{
border-color: #F8BBAE;
}
</style>