Shades of Azalea #F6BAC0
Tints of Azalea #F6BAC0
RGB
CMYK
RGB Variations
Color information
#F6BAC0 (or 0xF6BAC0) is known color: Azalea. HEX triplet: F6, BA and C0. RGB value is (246,186,192). Sum of RGB (Red+Green+Blue) = 246+186+192=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BAC0 is #09453F. Grayscale: #CCCCCC. Windows color (decimal): -607552 or 12630774. OLE color: 12630774.
HSL color Cylindrical-coordinate representation of color #F6BAC0: hue angle of 354º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BAC0 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 192 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.04 |
| HSL | 354º | 0.77% | 0.85% | - |
| HSV(B) | 354º | 0.24% | 0.96% | - |
| XYZ | 65.08 | 58.52 | 57.73 | - |
| YUV | 204.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 192 | 0 | 0.24 | 0.22 | 0.04 | 354 | 0.77 | 0.85 |
| Hex | F6 | BA | C0 | 0 | 18 | 16 | 4 | 162 | 4D | 55 |
| Octal | 366 | 272 | 300 | 0 | 30 | 26 | 4 | 542 | 115 | 125 |
| Binary | 11110110 | 10111010 | 11000000 | 0 | 11000 | 10110 | 100 | 101100010 | 1001101 | 1010101 |
Color Harmonies of #F6BAC0
Complementary color
Monochromatic Colors of #F6BAC0
Black with #F6BAC0
Text Example
Text Example
White with #F6BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BAC0; }
p { color: rgb(246,186,192); }
H1.HeaderClassName
{
color: #F6BAC0;
}
.AnyTagClassName
{
color: #F6BAC0;
}
</style>
background-color css
<style>
a { background-color: #F6BAC0; }
a { background-color: rgb(246,186,192); }
div.DivClassName
{
background-color: #F6BAC0;
}
.BgClassName
{
background-color: #F6BAC0;
}
</style>
border-color css
<style>
span { border-color: #F6BAC0; }
span { border-color: rgb(246,186,192); }
td.TdClassName
{
border-color: #F6BAC0;
}
.TagClassName
{
border-color: #F6BAC0;
}
</style>