Shades of Azalea #F6BABB
Tints of Azalea #F6BABB
RGB
CMYK
RGB Variations
Color information
#F6BABB (or 0xF6BABB) is known color: Azalea. HEX triplet: F6, BA and BB. RGB value is (246,186,187). Sum of RGB (Red+Green+Blue) = 246+186+187=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BABB is #094544. Grayscale: #CCCCCC. Windows color (decimal): -607557 or 12303094. OLE color: 12303094.
HSL color Cylindrical-coordinate representation of color #F6BABB: hue angle of 359º 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 #F6BABB is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 187 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.04 |
| HSL | 359º | 0.77% | 0.85% | - |
| HSV(B) | 359º | 0.24% | 0.96% | - |
| XYZ | 64.53 | 58.3 | 54.87 | - |
| YUV | 204.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 187 | 0 | 0.24 | 0.24 | 0.04 | 359 | 0.77 | 0.85 |
| Hex | F6 | BA | BB | 0 | 18 | 18 | 4 | 167 | 4D | 55 |
| Octal | 366 | 272 | 273 | 0 | 30 | 30 | 4 | 547 | 115 | 125 |
| Binary | 11110110 | 10111010 | 10111011 | 0 | 11000 | 11000 | 100 | 101100111 | 1001101 | 1010101 |
Color Harmonies of #F6BABB
Complementary color
Monochromatic Colors of #F6BABB
Black with #F6BABB
Text Example
Text Example
White with #F6BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BABB; }
p { color: rgb(246,186,187); }
H1.HeaderClassName
{
color: #F6BABB;
}
.AnyTagClassName
{
color: #F6BABB;
}
</style>
background-color css
<style>
a { background-color: #F6BABB; }
a { background-color: rgb(246,186,187); }
div.DivClassName
{
background-color: #F6BABB;
}
.BgClassName
{
background-color: #F6BABB;
}
</style>
border-color css
<style>
span { border-color: #F6BABB; }
span { border-color: rgb(246,186,187); }
td.TdClassName
{
border-color: #F6BABB;
}
.TagClassName
{
border-color: #F6BABB;
}
</style>