Shades of Azalea #F2BABD
Tints of Azalea #F2BABD
RGB
CMYK
RGB Variations
Color information
#F2BABD (or 0xF2BABD) is known color: Azalea. HEX triplet: F2, BA and BD. RGB value is (242,186,189). Sum of RGB (Red+Green+Blue) = 242+186+189=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BABD is #0D4542. Grayscale: #CBCBCB. Windows color (decimal): -869699 or 12434162. OLE color: 12434162.
HSL color Cylindrical-coordinate representation of color #F2BABD: hue angle of 356.79º 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 #F2BABD is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 189 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.05 |
| HSL | 356.79º | 0.68% | 0.84% | - |
| HSV(B) | 356.79º | 0.23% | 0.95% | - |
| XYZ | 63.36 | 57.67 | 55.94 | - |
| YUV | 203.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 189 | 0 | 0.23 | 0.22 | 0.05 | 356.79 | 0.68 | 0.84 |
| Hex | F2 | BA | BD | 0 | 17 | 16 | 5 | 165 | 44 | 54 |
| Octal | 362 | 272 | 275 | 0 | 27 | 26 | 5 | 545 | 104 | 124 |
| Binary | 11110010 | 10111010 | 10111101 | 0 | 10111 | 10110 | 101 | 101100101 | 1000100 | 1010100 |
Color Harmonies of #F2BABD
Complementary color
Monochromatic Colors of #F2BABD
Black with #F2BABD
Text Example
Text Example
White with #F2BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BABD; }
p { color: rgb(242,186,189); }
H1.HeaderClassName
{
color: #F2BABD;
}
.AnyTagClassName
{
color: #F2BABD;
}
</style>
background-color css
<style>
a { background-color: #F2BABD; }
a { background-color: rgb(242,186,189); }
div.DivClassName
{
background-color: #F2BABD;
}
.BgClassName
{
background-color: #F2BABD;
}
</style>
border-color css
<style>
span { border-color: #F2BABD; }
span { border-color: rgb(242,186,189); }
td.TdClassName
{
border-color: #F2BABD;
}
.TagClassName
{
border-color: #F2BABD;
}
</style>