Shades of Azalea #F0BABD
Tints of Azalea #F0BABD
RGB
CMYK
RGB Variations
Color information
#F0BABD (or 0xF0BABD) is known color: Azalea. HEX triplet: F0, BA and BD. RGB value is (240,186,189). Sum of RGB (Red+Green+Blue) = 240+186+189=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BABD is #0F4542. Grayscale: #CACACA. Windows color (decimal): -1000771 or 12434160. OLE color: 12434160.
HSL color Cylindrical-coordinate representation of color #F0BABD: hue angle of 356.67º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0BABD is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 189 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.06 |
| HSL | 356.67º | 0.64% | 0.84% | - |
| HSV(B) | 356.67º | 0.23% | 0.94% | - |
| XYZ | 62.68 | 57.32 | 55.9 | - |
| YUV | 202.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 189 | 0 | 0.22 | 0.21 | 0.06 | 356.67 | 0.64 | 0.84 |
| Hex | F0 | BA | BD | 0 | 16 | 15 | 6 | 165 | 40 | 54 |
| Octal | 360 | 272 | 275 | 0 | 26 | 25 | 6 | 545 | 100 | 124 |
| Binary | 11110000 | 10111010 | 10111101 | 0 | 10110 | 10101 | 110 | 101100101 | 1000000 | 1010100 |
Color Harmonies of #F0BABD
Complementary color
Monochromatic Colors of #F0BABD
Black with #F0BABD
Text Example
Text Example
White with #F0BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BABD; }
p { color: rgb(240,186,189); }
H1.HeaderClassName
{
color: #F0BABD;
}
.AnyTagClassName
{
color: #F0BABD;
}
</style>
background-color css
<style>
a { background-color: #F0BABD; }
a { background-color: rgb(240,186,189); }
div.DivClassName
{
background-color: #F0BABD;
}
.BgClassName
{
background-color: #F0BABD;
}
</style>
border-color css
<style>
span { border-color: #F0BABD; }
span { border-color: rgb(240,186,189); }
td.TdClassName
{
border-color: #F0BABD;
}
.TagClassName
{
border-color: #F0BABD;
}
</style>