Shades of Melon #F8BCAC
Tints of Melon #F8BCAC
RGB
CMYK
RGB Variations
Color information
#F8BCAC (or 0xF8BCAC) is known color: Melon. HEX triplet: F8, BC and AC. RGB value is (248,188,172). Sum of RGB (Red+Green+Blue) = 248+188+172=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BCAC is #074353. Grayscale: #CCCCCC. Windows color (decimal): -475988 or 11320568. OLE color: 11320568.
HSL color Cylindrical-coordinate representation of color #F8BCAC: hue angle of 12.63º degrees, saturation: 0.84, 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 #F8BCAC is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 172 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.03 |
| HSL | 12.63º | 0.84% | 0.82% | - |
| HSV(B) | 12.63º | 0.31% | 0.97% | - |
| XYZ | 64.14 | 58.9 | 47.02 | - |
| YUV | 204.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 172 | 0 | 0.24 | 0.31 | 0.03 | 12.63 | 0.84 | 0.82 |
| Hex | F8 | BC | AC | 0 | 18 | 1F | 3 | D | 54 | 52 |
| Octal | 370 | 274 | 254 | 0 | 30 | 37 | 3 | 15 | 124 | 122 |
| Binary | 11111000 | 10111100 | 10101100 | 0 | 11000 | 11111 | 11 | 1101 | 1010100 | 1010010 |
Color Harmonies of #F8BCAC
Complementary color
Monochromatic Colors of #F8BCAC
Black with #F8BCAC
Text Example
Text Example
White with #F8BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCAC; }
p { color: rgb(248,188,172); }
H1.HeaderClassName
{
color: #F8BCAC;
}
.AnyTagClassName
{
color: #F8BCAC;
}
</style>
background-color css
<style>
a { background-color: #F8BCAC; }
a { background-color: rgb(248,188,172); }
div.DivClassName
{
background-color: #F8BCAC;
}
.BgClassName
{
background-color: #F8BCAC;
}
</style>
border-color css
<style>
span { border-color: #F8BCAC; }
span { border-color: rgb(248,188,172); }
td.TdClassName
{
border-color: #F8BCAC;
}
.TagClassName
{
border-color: #F8BCAC;
}
</style>