Shades of Azalea #F9BABC
Tints of Azalea #F9BABC
RGB
CMYK
RGB Variations
Color information
#F9BABC (or 0xF9BABC) is known color: Azalea. HEX triplet: F9, BA and BC. RGB value is (249,186,188). Sum of RGB (Red+Green+Blue) = 249+186+188=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BABC is #064543. Grayscale: #CDCDCD. Windows color (decimal): -410948 or 12368633. OLE color: 12368633.
HSL color Cylindrical-coordinate representation of color #F9BABC: hue angle of 358.1º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BABC is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 188 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.02 |
| HSL | 358.1º | 0.84% | 0.85% | - |
| HSV(B) | 358.1º | 0.25% | 0.98% | - |
| XYZ | 65.7 | 58.89 | 55.48 | - |
| YUV | 205.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 188 | 0 | 0.25 | 0.24 | 0.02 | 358.1 | 0.84 | 0.85 |
| Hex | F9 | BA | BC | 0 | 19 | 18 | 2 | 166 | 54 | 55 |
| Octal | 371 | 272 | 274 | 0 | 31 | 30 | 2 | 546 | 124 | 125 |
| Binary | 11111001 | 10111010 | 10111100 | 0 | 11001 | 11000 | 10 | 101100110 | 1010100 | 1010101 |
Color Harmonies of #F9BABC
Complementary color
Monochromatic Colors of #F9BABC
Black with #F9BABC
Text Example
Text Example
White with #F9BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BABC; }
p { color: rgb(249,186,188); }
H1.HeaderClassName
{
color: #F9BABC;
}
.AnyTagClassName
{
color: #F9BABC;
}
</style>
background-color css
<style>
a { background-color: #F9BABC; }
a { background-color: rgb(249,186,188); }
div.DivClassName
{
background-color: #F9BABC;
}
.BgClassName
{
background-color: #F9BABC;
}
</style>
border-color css
<style>
span { border-color: #F9BABC; }
span { border-color: rgb(249,186,188); }
td.TdClassName
{
border-color: #F9BABC;
}
.TagClassName
{
border-color: #F9BABC;
}
</style>