Shades of Melon #F9BCAC
Tints of Melon #F9BCAC
RGB
CMYK
RGB Variations
Color information
#F9BCAC (or 0xF9BCAC) is known color: Melon. HEX triplet: F9, BC and AC. RGB value is (249,188,172). Sum of RGB (Red+Green+Blue) = 249+188+172=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BCAC is #064353. Grayscale: #CCCCCC. Windows color (decimal): -410452 or 11320569. OLE color: 11320569.
HSL color Cylindrical-coordinate representation of color #F9BCAC: hue angle of 12.47º 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 #F9BCAC is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 172 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.02 |
| HSL | 12.47º | 0.87% | 0.83% | - |
| HSV(B) | 12.47º | 0.31% | 0.98% | - |
| XYZ | 64.5 | 59.08 | 47.03 | - |
| YUV | 204.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 172 | 0 | 0.24 | 0.31 | 0.02 | 12.47 | 0.87 | 0.83 |
| Hex | F9 | BC | AC | 0 | 18 | 1F | 2 | C | 57 | 53 |
| Octal | 371 | 274 | 254 | 0 | 30 | 37 | 2 | 14 | 127 | 123 |
| Binary | 11111001 | 10111100 | 10101100 | 0 | 11000 | 11111 | 10 | 1100 | 1010111 | 1010011 |
Color Harmonies of #F9BCAC
Complementary color
Monochromatic Colors of #F9BCAC
Black with #F9BCAC
Text Example
Text Example
White with #F9BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCAC; }
p { color: rgb(249,188,172); }
H1.HeaderClassName
{
color: #F9BCAC;
}
.AnyTagClassName
{
color: #F9BCAC;
}
</style>
background-color css
<style>
a { background-color: #F9BCAC; }
a { background-color: rgb(249,188,172); }
div.DivClassName
{
background-color: #F9BCAC;
}
.BgClassName
{
background-color: #F9BCAC;
}
</style>
border-color css
<style>
span { border-color: #F9BCAC; }
span { border-color: rgb(249,188,172); }
td.TdClassName
{
border-color: #F9BCAC;
}
.TagClassName
{
border-color: #F9BCAC;
}
</style>