Shades of Azalea #F6B7BA
Tints of Azalea #F6B7BA
RGB
CMYK
RGB Variations
Color information
#F6B7BA (or 0xF6B7BA) is known color: Azalea. HEX triplet: F6, B7 and BA. RGB value is (246,183,186). Sum of RGB (Red+Green+Blue) = 246+183+186=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B7BA is #094845. Grayscale: #CACACA. Windows color (decimal): -608326 or 12236790. OLE color: 12236790.
HSL color Cylindrical-coordinate representation of color #F6B7BA: hue angle of 357.14º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6B7BA is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 183 | 186 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.04 |
| HSL | 357.14º | 0.78% | 0.84% | - |
| HSV(B) | 357.14º | 0.26% | 0.96% | - |
| XYZ | 63.8 | 57 | 54.09 | - |
| YUV | 202.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 183 | 186 | 0 | 0.26 | 0.24 | 0.04 | 357.14 | 0.78 | 0.84 |
| Hex | F6 | B7 | BA | 0 | 1A | 18 | 4 | 165 | 4E | 54 |
| Octal | 366 | 267 | 272 | 0 | 32 | 30 | 4 | 545 | 116 | 124 |
| Binary | 11110110 | 10110111 | 10111010 | 0 | 11010 | 11000 | 100 | 101100101 | 1001110 | 1010100 |
Color Harmonies of #F6B7BA
Complementary color
Monochromatic Colors of #F6B7BA
Black with #F6B7BA
Text Example
Text Example
White with #F6B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B7BA; }
p { color: rgb(246,183,186); }
H1.HeaderClassName
{
color: #F6B7BA;
}
.AnyTagClassName
{
color: #F6B7BA;
}
</style>
background-color css
<style>
a { background-color: #F6B7BA; }
a { background-color: rgb(246,183,186); }
div.DivClassName
{
background-color: #F6B7BA;
}
.BgClassName
{
background-color: #F6B7BA;
}
</style>
border-color css
<style>
span { border-color: #F6B7BA; }
span { border-color: rgb(246,183,186); }
td.TdClassName
{
border-color: #F6B7BA;
}
.TagClassName
{
border-color: #F6B7BA;
}
</style>