Shades of Melon #F8BFAC
Tints of Melon #F8BFAC
RGB
CMYK
RGB Variations
Color information
#F8BFAC (or 0xF8BFAC) is known color: Melon. HEX triplet: F8, BF and AC. RGB value is (248,191,172). Sum of RGB (Red+Green+Blue) = 248+191+172=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BFAC is #074053. Grayscale: #CECECE. Windows color (decimal): -475220 or 11321336. OLE color: 11321336.
HSL color Cylindrical-coordinate representation of color #F8BFAC: hue angle of 15º 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 #F8BFAC is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 172 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.03 |
| HSL | 15º | 0.84% | 0.82% | - |
| HSV(B) | 15º | 0.31% | 0.97% | - |
| XYZ | 64.79 | 60.2 | 47.23 | - |
| YUV | 205.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 172 | 0 | 0.23 | 0.31 | 0.03 | 15 | 0.84 | 0.82 |
| Hex | F8 | BF | AC | 0 | 17 | 1F | 3 | F | 54 | 52 |
| Octal | 370 | 277 | 254 | 0 | 27 | 37 | 3 | 17 | 124 | 122 |
| Binary | 11111000 | 10111111 | 10101100 | 0 | 10111 | 11111 | 11 | 1111 | 1010100 | 1010010 |
Color Harmonies of #F8BFAC
Complementary color
Monochromatic Colors of #F8BFAC
Black with #F8BFAC
Text Example
Text Example
White with #F8BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BFAC; }
p { color: rgb(248,191,172); }
H1.HeaderClassName
{
color: #F8BFAC;
}
.AnyTagClassName
{
color: #F8BFAC;
}
</style>
background-color css
<style>
a { background-color: #F8BFAC; }
a { background-color: rgb(248,191,172); }
div.DivClassName
{
background-color: #F8BFAC;
}
.BgClassName
{
background-color: #F8BFAC;
}
</style>
border-color css
<style>
span { border-color: #F8BFAC; }
span { border-color: rgb(248,191,172); }
td.TdClassName
{
border-color: #F8BFAC;
}
.TagClassName
{
border-color: #F8BFAC;
}
</style>