Shades of Azalea #F2B9BA
Tints of Azalea #F2B9BA
RGB
CMYK
RGB Variations
Color information
#F2B9BA (or 0xF2B9BA) is known color: Azalea. HEX triplet: F2, B9 and BA. RGB value is (242,185,186). Sum of RGB (Red+Green+Blue) = 242+185+186=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9BA is #0D4645. Grayscale: #CACACA. Windows color (decimal): -869958 or 12237298. OLE color: 12237298.
HSL color Cylindrical-coordinate representation of color #F2B9BA: hue angle of 358.95º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B9BA is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 186 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.05 |
| HSL | 358.95º | 0.69% | 0.84% | - |
| HSV(B) | 358.95º | 0.24% | 0.95% | - |
| XYZ | 62.83 | 57.12 | 54.17 | - |
| YUV | 202.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 186 | 0 | 0.24 | 0.23 | 0.05 | 358.95 | 0.69 | 0.84 |
| Hex | F2 | B9 | BA | 0 | 18 | 17 | 5 | 167 | 45 | 54 |
| Octal | 362 | 271 | 272 | 0 | 30 | 27 | 5 | 547 | 105 | 124 |
| Binary | 11110010 | 10111001 | 10111010 | 0 | 11000 | 10111 | 101 | 101100111 | 1000101 | 1010100 |
Color Harmonies of #F2B9BA
Complementary color
Monochromatic Colors of #F2B9BA
Black with #F2B9BA
Text Example
Text Example
White with #F2B9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B9BA; }
p { color: rgb(242,185,186); }
H1.HeaderClassName
{
color: #F2B9BA;
}
.AnyTagClassName
{
color: #F2B9BA;
}
</style>
background-color css
<style>
a { background-color: #F2B9BA; }
a { background-color: rgb(242,185,186); }
div.DivClassName
{
background-color: #F2B9BA;
}
.BgClassName
{
background-color: #F2B9BA;
}
</style>
border-color css
<style>
span { border-color: #F2B9BA; }
span { border-color: rgb(242,185,186); }
td.TdClassName
{
border-color: #F2B9BA;
}
.TagClassName
{
border-color: #F2B9BA;
}
</style>