Shades of Melon #F8BEAE
Tints of Melon #F8BEAE
RGB
CMYK
RGB Variations
Color information
#F8BEAE (or 0xF8BEAE) is known color: Melon. HEX triplet: F8, BE and AE. RGB value is (248,190,174). Sum of RGB (Red+Green+Blue) = 248+190+174=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BEAE is #074151. Grayscale: #CDCDCD. Windows color (decimal): -475474 or 11452152. OLE color: 11452152.
HSL color Cylindrical-coordinate representation of color #F8BEAE: hue angle of 12.97º 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 #F8BEAE is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 190 | 174 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.03 |
| HSL | 12.97º | 0.84% | 0.83% | - |
| HSV(B) | 12.97º | 0.3% | 0.97% | - |
| XYZ | 64.76 | 59.84 | 48.18 | - |
| YUV | 205.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 190 | 174 | 0 | 0.23 | 0.30 | 0.03 | 12.97 | 0.84 | 0.83 |
| Hex | F8 | BE | AE | 0 | 17 | 1E | 3 | D | 54 | 53 |
| Octal | 370 | 276 | 256 | 0 | 27 | 36 | 3 | 15 | 124 | 123 |
| Binary | 11111000 | 10111110 | 10101110 | 0 | 10111 | 11110 | 11 | 1101 | 1010100 | 1010011 |
Color Harmonies of #F8BEAE
Complementary color
Monochromatic Colors of #F8BEAE
Black with #F8BEAE
Text Example
Text Example
White with #F8BEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BEAE; }
p { color: rgb(248,190,174); }
H1.HeaderClassName
{
color: #F8BEAE;
}
.AnyTagClassName
{
color: #F8BEAE;
}
</style>
background-color css
<style>
a { background-color: #F8BEAE; }
a { background-color: rgb(248,190,174); }
div.DivClassName
{
background-color: #F8BEAE;
}
.BgClassName
{
background-color: #F8BEAE;
}
</style>
border-color css
<style>
span { border-color: #F8BEAE; }
span { border-color: rgb(248,190,174); }
td.TdClassName
{
border-color: #F8BEAE;
}
.TagClassName
{
border-color: #F8BEAE;
}
</style>