Shades of Azalea #F0BABC
Tints of Azalea #F0BABC
RGB
CMYK
RGB Variations
Color information
#F0BABC (or 0xF0BABC) is known color: Azalea. HEX triplet: F0, BA and BC. RGB value is (240,186,188). Sum of RGB (Red+Green+Blue) = 240+186+188=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BABC is #0F4543. Grayscale: #CACACA. Windows color (decimal): -1000772 or 12368624. OLE color: 12368624.
HSL color Cylindrical-coordinate representation of color #F0BABC: hue angle of 357.78º 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 #F0BABC is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 188 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.06 |
| HSL | 357.78º | 0.64% | 0.84% | - |
| HSV(B) | 357.78º | 0.23% | 0.94% | - |
| XYZ | 62.57 | 57.27 | 55.33 | - |
| YUV | 202.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 188 | 0 | 0.22 | 0.22 | 0.06 | 357.78 | 0.64 | 0.84 |
| Hex | F0 | BA | BC | 0 | 16 | 16 | 6 | 166 | 40 | 54 |
| Octal | 360 | 272 | 274 | 0 | 26 | 26 | 6 | 546 | 100 | 124 |
| Binary | 11110000 | 10111010 | 10111100 | 0 | 10110 | 10110 | 110 | 101100110 | 1000000 | 1010100 |
Color Harmonies of #F0BABC
Complementary color
Monochromatic Colors of #F0BABC
Black with #F0BABC
Text Example
Text Example
White with #F0BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BABC; }
p { color: rgb(240,186,188); }
H1.HeaderClassName
{
color: #F0BABC;
}
.AnyTagClassName
{
color: #F0BABC;
}
</style>
background-color css
<style>
a { background-color: #F0BABC; }
a { background-color: rgb(240,186,188); }
div.DivClassName
{
background-color: #F0BABC;
}
.BgClassName
{
background-color: #F0BABC;
}
</style>
border-color css
<style>
span { border-color: #F0BABC; }
span { border-color: rgb(240,186,188); }
td.TdClassName
{
border-color: #F0BABC;
}
.TagClassName
{
border-color: #F0BABC;
}
</style>