Shades of Azalea #FFBABB
Tints of Azalea #FFBABB
RGB
CMYK
RGB Variations
Color information
#FFBABB (or 0xFFBABB) is known color: Azalea. HEX triplet: FF, BA and BB. RGB value is (255,186,187). Sum of RGB (Red+Green+Blue) = 255+186+187=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBABB is #004544. Grayscale: #CECECE. Windows color (decimal): -17733 or 12303103. OLE color: 12303103.
HSL color Cylindrical-coordinate representation of color #FFBABB: hue angle of 359.13º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBABB is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 187 | - |
| CMYK | 0 | 0.27 | 0.27 | 0 |
| HSL | 359.13º | 1% | 0.86% | - |
| HSV(B) | 359.13º | 0.27% | 1% | - |
| XYZ | 67.77 | 59.97 | 55.02 | - |
| YUV | 206.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 187 | 0 | 0.27 | 0.27 | 0 | 359.13 | 1 | 0.86 |
| Hex | FF | BA | BB | 0 | 1B | 1B | 0 | 167 | 64 | 56 |
| Octal | 377 | 272 | 273 | 0 | 33 | 33 | 0 | 547 | 144 | 126 |
| Binary | 11111111 | 10111010 | 10111011 | 0 | 11011 | 11011 | 0 | 101100111 | 1100100 | 1010110 |
Color Harmonies of #FFBABB
Complementary color
Monochromatic Colors of #FFBABB
Black with #FFBABB
Text Example
Text Example
White with #FFBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBABB; }
p { color: rgb(255,186,187); }
H1.HeaderClassName
{
color: #FFBABB;
}
.AnyTagClassName
{
color: #FFBABB;
}
</style>
background-color css
<style>
a { background-color: #FFBABB; }
a { background-color: rgb(255,186,187); }
div.DivClassName
{
background-color: #FFBABB;
}
.BgClassName
{
background-color: #FFBABB;
}
</style>
border-color css
<style>
span { border-color: #FFBABB; }
span { border-color: rgb(255,186,187); }
td.TdClassName
{
border-color: #FFBABB;
}
.TagClassName
{
border-color: #FFBABB;
}
</style>