Shades of Melon #F8B8AF
Tints of Melon #F8B8AF
RGB
CMYK
RGB Variations
Color information
#F8B8AF (or 0xF8B8AF) is known color: Melon. HEX triplet: F8, B8 and AF. RGB value is (248,184,175). Sum of RGB (Red+Green+Blue) = 248+184+175=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8B8AF is #074750. Grayscale: #CACACA. Windows color (decimal): -477009 or 11516152. OLE color: 11516152.
HSL color Cylindrical-coordinate representation of color #F8B8AF: hue angle of 7.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8B8AF is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 184 | 175 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.03 |
| HSL | 7.4º | 0.84% | 0.83% | - |
| HSV(B) | 7.4º | 0.29% | 0.97% | - |
| XYZ | 63.59 | 57.33 | 48.27 | - |
| YUV | 202.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 184 | 175 | 0 | 0.26 | 0.29 | 0.03 | 7.4 | 0.84 | 0.83 |
| Hex | F8 | B8 | AF | 0 | 1A | 1D | 3 | 7 | 54 | 53 |
| Octal | 370 | 270 | 257 | 0 | 32 | 35 | 3 | 7 | 124 | 123 |
| Binary | 11111000 | 10111000 | 10101111 | 0 | 11010 | 11101 | 11 | 111 | 1010100 | 1010011 |
Color Harmonies of #F8B8AF
Complementary color
Monochromatic Colors of #F8B8AF
Black with #F8B8AF
Text Example
Text Example
White with #F8B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B8AF; }
p { color: rgb(248,184,175); }
H1.HeaderClassName
{
color: #F8B8AF;
}
.AnyTagClassName
{
color: #F8B8AF;
}
</style>
background-color css
<style>
a { background-color: #F8B8AF; }
a { background-color: rgb(248,184,175); }
div.DivClassName
{
background-color: #F8B8AF;
}
.BgClassName
{
background-color: #F8B8AF;
}
</style>
border-color css
<style>
span { border-color: #F8B8AF; }
span { border-color: rgb(248,184,175); }
td.TdClassName
{
border-color: #F8B8AF;
}
.TagClassName
{
border-color: #F8B8AF;
}
</style>