Shades of Melon #F8BFAE
Tints of Melon #F8BFAE
RGB
CMYK
RGB Variations
Color information
#F8BFAE (or 0xF8BFAE) is known color: Melon. HEX triplet: F8, BF and AE. RGB value is (248,191,174). Sum of RGB (Red+Green+Blue) = 248+191+174=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BFAE is #074051. Grayscale: #CECECE. Windows color (decimal): -475218 or 11452408. OLE color: 11452408.
HSL color Cylindrical-coordinate representation of color #F8BFAE: hue angle of 13.78º 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 #F8BFAE is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 174 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.03 |
| HSL | 13.78º | 0.84% | 0.83% | - |
| HSV(B) | 13.78º | 0.3% | 0.97% | - |
| XYZ | 64.98 | 60.27 | 48.25 | - |
| YUV | 206.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 174 | 0 | 0.23 | 0.30 | 0.03 | 13.78 | 0.84 | 0.83 |
| Hex | F8 | BF | AE | 0 | 17 | 1E | 3 | E | 54 | 53 |
| Octal | 370 | 277 | 256 | 0 | 27 | 36 | 3 | 16 | 124 | 123 |
| Binary | 11111000 | 10111111 | 10101110 | 0 | 10111 | 11110 | 11 | 1110 | 1010100 | 1010011 |
Color Harmonies of #F8BFAE
Complementary color
Monochromatic Colors of #F8BFAE
Black with #F8BFAE
Text Example
Text Example
White with #F8BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BFAE; }
p { color: rgb(248,191,174); }
H1.HeaderClassName
{
color: #F8BFAE;
}
.AnyTagClassName
{
color: #F8BFAE;
}
</style>
background-color css
<style>
a { background-color: #F8BFAE; }
a { background-color: rgb(248,191,174); }
div.DivClassName
{
background-color: #F8BFAE;
}
.BgClassName
{
background-color: #F8BFAE;
}
</style>
border-color css
<style>
span { border-color: #F8BFAE; }
span { border-color: rgb(248,191,174); }
td.TdClassName
{
border-color: #F8BFAE;
}
.TagClassName
{
border-color: #F8BFAE;
}
</style>