Shades of Melon #F4BAAC
Tints of Melon #F4BAAC
RGB
CMYK
RGB Variations
Color information
#F4BAAC (or 0xF4BAAC) is known color: Melon. HEX triplet: F4, BA and AC. RGB value is (244,186,172). Sum of RGB (Red+Green+Blue) = 244+186+172=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BAAC is #0B4553. Grayscale: #C9C9C9. Windows color (decimal): -738644 or 11320052. OLE color: 11320052.
HSL color Cylindrical-coordinate representation of color #F4BAAC: hue angle of 11.67º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4BAAC is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 172 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.04 |
| HSL | 11.67º | 0.77% | 0.82% | - |
| HSV(B) | 11.67º | 0.3% | 0.96% | - |
| XYZ | 62.31 | 57.33 | 46.81 | - |
| YUV | 201.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 172 | 0 | 0.24 | 0.30 | 0.04 | 11.67 | 0.77 | 0.82 |
| Hex | F4 | BA | AC | 0 | 18 | 1E | 4 | C | 4D | 52 |
| Octal | 364 | 272 | 254 | 0 | 30 | 36 | 4 | 14 | 115 | 122 |
| Binary | 11110100 | 10111010 | 10101100 | 0 | 11000 | 11110 | 100 | 1100 | 1001101 | 1010010 |
Color Harmonies of #F4BAAC
Complementary color
Monochromatic Colors of #F4BAAC
Black with #F4BAAC
Text Example
Text Example
White with #F4BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BAAC; }
p { color: rgb(244,186,172); }
H1.HeaderClassName
{
color: #F4BAAC;
}
.AnyTagClassName
{
color: #F4BAAC;
}
</style>
background-color css
<style>
a { background-color: #F4BAAC; }
a { background-color: rgb(244,186,172); }
div.DivClassName
{
background-color: #F4BAAC;
}
.BgClassName
{
background-color: #F4BAAC;
}
</style>
border-color css
<style>
span { border-color: #F4BAAC; }
span { border-color: rgb(244,186,172); }
td.TdClassName
{
border-color: #F4BAAC;
}
.TagClassName
{
border-color: #F4BAAC;
}
</style>