Shades of Azalea #F7BAC0
Tints of Azalea #F7BAC0
RGB
CMYK
RGB Variations
Color information
#F7BAC0 (or 0xF7BAC0) is known color: Azalea. HEX triplet: F7, BA and C0. RGB value is (247,186,192). Sum of RGB (Red+Green+Blue) = 247+186+192=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BAC0 is #08453F. Grayscale: #CCCCCC. Windows color (decimal): -542016 or 12630775. OLE color: 12630775.
HSL color Cylindrical-coordinate representation of color #F7BAC0: hue angle of 354.1º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7BAC0 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 192 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.03 |
| HSL | 354.1º | 0.79% | 0.85% | - |
| HSV(B) | 354.1º | 0.25% | 0.97% | - |
| XYZ | 65.43 | 58.7 | 57.75 | - |
| YUV | 204.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 192 | 0 | 0.25 | 0.22 | 0.03 | 354.1 | 0.79 | 0.85 |
| Hex | F7 | BA | C0 | 0 | 19 | 16 | 3 | 162 | 4F | 55 |
| Octal | 367 | 272 | 300 | 0 | 31 | 26 | 3 | 542 | 117 | 125 |
| Binary | 11110111 | 10111010 | 11000000 | 0 | 11001 | 10110 | 11 | 101100010 | 1001111 | 1010101 |
Color Harmonies of #F7BAC0
Complementary color
Monochromatic Colors of #F7BAC0
Black with #F7BAC0
Text Example
Text Example
White with #F7BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BAC0; }
p { color: rgb(247,186,192); }
H1.HeaderClassName
{
color: #F7BAC0;
}
.AnyTagClassName
{
color: #F7BAC0;
}
</style>
background-color css
<style>
a { background-color: #F7BAC0; }
a { background-color: rgb(247,186,192); }
div.DivClassName
{
background-color: #F7BAC0;
}
.BgClassName
{
background-color: #F7BAC0;
}
</style>
border-color css
<style>
span { border-color: #F7BAC0; }
span { border-color: rgb(247,186,192); }
td.TdClassName
{
border-color: #F7BAC0;
}
.TagClassName
{
border-color: #F7BAC0;
}
</style>