Shades of Azalea #F2BABC
Tints of Azalea #F2BABC
RGB
CMYK
RGB Variations
Color information
#F2BABC (or 0xF2BABC) is known color: Azalea. HEX triplet: F2, BA and BC. RGB value is (242,186,188). Sum of RGB (Red+Green+Blue) = 242+186+188=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BABC is #0D4543. Grayscale: #CBCBCB. Windows color (decimal): -869700 or 12368626. OLE color: 12368626.
HSL color Cylindrical-coordinate representation of color #F2BABC: hue angle of 357.86º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BABC is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 188 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.05 |
| HSL | 357.86º | 0.68% | 0.84% | - |
| HSV(B) | 357.86º | 0.23% | 0.95% | - |
| XYZ | 63.25 | 57.63 | 55.37 | - |
| YUV | 202.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 188 | 0 | 0.23 | 0.22 | 0.05 | 357.86 | 0.68 | 0.84 |
| Hex | F2 | BA | BC | 0 | 17 | 16 | 5 | 166 | 44 | 54 |
| Octal | 362 | 272 | 274 | 0 | 27 | 26 | 5 | 546 | 104 | 124 |
| Binary | 11110010 | 10111010 | 10111100 | 0 | 10111 | 10110 | 101 | 101100110 | 1000100 | 1010100 |
Color Harmonies of #F2BABC
Complementary color
Monochromatic Colors of #F2BABC
Black with #F2BABC
Text Example
Text Example
White with #F2BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BABC; }
p { color: rgb(242,186,188); }
H1.HeaderClassName
{
color: #F2BABC;
}
.AnyTagClassName
{
color: #F2BABC;
}
</style>
background-color css
<style>
a { background-color: #F2BABC; }
a { background-color: rgb(242,186,188); }
div.DivClassName
{
background-color: #F2BABC;
}
.BgClassName
{
background-color: #F2BABC;
}
</style>
border-color css
<style>
span { border-color: #F2BABC; }
span { border-color: rgb(242,186,188); }
td.TdClassName
{
border-color: #F2BABC;
}
.TagClassName
{
border-color: #F2BABC;
}
</style>