Shades of Melon #F9BFAC
Tints of Melon #F9BFAC
RGB
CMYK
RGB Variations
Color information
#F9BFAC (or 0xF9BFAC) is known color: Melon. HEX triplet: F9, BF and AC. RGB value is (249,191,172). Sum of RGB (Red+Green+Blue) = 249+191+172=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BFAC is #064053. Grayscale: #CECECE. Windows color (decimal): -409684 or 11321337. OLE color: 11321337.
HSL color Cylindrical-coordinate representation of color #F9BFAC: hue angle of 14.81º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9BFAC is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 172 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.02 |
| HSL | 14.81º | 0.87% | 0.83% | - |
| HSV(B) | 14.81º | 0.31% | 0.98% | - |
| XYZ | 65.14 | 60.38 | 47.25 | - |
| YUV | 206.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 172 | 0 | 0.23 | 0.31 | 0.02 | 14.81 | 0.87 | 0.83 |
| Hex | F9 | BF | AC | 0 | 17 | 1F | 2 | F | 57 | 53 |
| Octal | 371 | 277 | 254 | 0 | 27 | 37 | 2 | 17 | 127 | 123 |
| Binary | 11111001 | 10111111 | 10101100 | 0 | 10111 | 11111 | 10 | 1111 | 1010111 | 1010011 |
Color Harmonies of #F9BFAC
Complementary color
Monochromatic Colors of #F9BFAC
Black with #F9BFAC
Text Example
Text Example
White with #F9BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFAC; }
p { color: rgb(249,191,172); }
H1.HeaderClassName
{
color: #F9BFAC;
}
.AnyTagClassName
{
color: #F9BFAC;
}
</style>
background-color css
<style>
a { background-color: #F9BFAC; }
a { background-color: rgb(249,191,172); }
div.DivClassName
{
background-color: #F9BFAC;
}
.BgClassName
{
background-color: #F9BFAC;
}
</style>
border-color css
<style>
span { border-color: #F9BFAC; }
span { border-color: rgb(249,191,172); }
td.TdClassName
{
border-color: #F9BFAC;
}
.TagClassName
{
border-color: #F9BFAC;
}
</style>