Shades of Azalea #F2BAC0
Tints of Azalea #F2BAC0
RGB
CMYK
RGB Variations
Color information
#F2BAC0 (or 0xF2BAC0) is known color: Azalea. HEX triplet: F2, BA and C0. RGB value is (242,186,192). Sum of RGB (Red+Green+Blue) = 242+186+192=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAC0 is #0D453F. Grayscale: #CBCBCB. Windows color (decimal): -869696 or 12630770. OLE color: 12630770.
HSL color Cylindrical-coordinate representation of color #F2BAC0: hue angle of 353.57º 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 #F2BAC0 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 192 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.05 |
| HSL | 353.57º | 0.68% | 0.84% | - |
| HSV(B) | 353.57º | 0.23% | 0.95% | - |
| XYZ | 63.69 | 57.8 | 57.67 | - |
| YUV | 203.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 192 | 0 | 0.23 | 0.21 | 0.05 | 353.57 | 0.68 | 0.84 |
| Hex | F2 | BA | C0 | 0 | 17 | 15 | 5 | 162 | 44 | 54 |
| Octal | 362 | 272 | 300 | 0 | 27 | 25 | 5 | 542 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11000000 | 0 | 10111 | 10101 | 101 | 101100010 | 1000100 | 1010100 |
Color Harmonies of #F2BAC0
Complementary color
Monochromatic Colors of #F2BAC0
Black with #F2BAC0
Text Example
Text Example
White with #F2BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAC0; }
p { color: rgb(242,186,192); }
H1.HeaderClassName
{
color: #F2BAC0;
}
.AnyTagClassName
{
color: #F2BAC0;
}
</style>
background-color css
<style>
a { background-color: #F2BAC0; }
a { background-color: rgb(242,186,192); }
div.DivClassName
{
background-color: #F2BAC0;
}
.BgClassName
{
background-color: #F2BAC0;
}
</style>
border-color css
<style>
span { border-color: #F2BAC0; }
span { border-color: rgb(242,186,192); }
td.TdClassName
{
border-color: #F2BAC0;
}
.TagClassName
{
border-color: #F2BAC0;
}
</style>