Shades of Azalea #F3BABB
Tints of Azalea #F3BABB
RGB
CMYK
RGB Variations
Color information
#F3BABB (or 0xF3BABB) is known color: Azalea. HEX triplet: F3, BA and BB. RGB value is (243,186,187). Sum of RGB (Red+Green+Blue) = 243+186+187=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BABB is #0C4544. Grayscale: #CBCBCB. Windows color (decimal): -804165 or 12303091. OLE color: 12303091.
HSL color Cylindrical-coordinate representation of color #F3BABB: hue angle of 358.95º degrees, saturation: 0.7, 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 #F3BABB is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 187 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.05 |
| HSL | 358.95º | 0.7% | 0.84% | - |
| HSV(B) | 358.95º | 0.23% | 0.95% | - |
| XYZ | 63.49 | 57.76 | 54.82 | - |
| YUV | 203.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 187 | 0 | 0.23 | 0.23 | 0.05 | 358.95 | 0.7 | 0.84 |
| Hex | F3 | BA | BB | 0 | 17 | 17 | 5 | 167 | 46 | 54 |
| Octal | 363 | 272 | 273 | 0 | 27 | 27 | 5 | 547 | 106 | 124 |
| Binary | 11110011 | 10111010 | 10111011 | 0 | 10111 | 10111 | 101 | 101100111 | 1000110 | 1010100 |
Color Harmonies of #F3BABB
Complementary color
Monochromatic Colors of #F3BABB
Black with #F3BABB
Text Example
Text Example
White with #F3BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BABB; }
p { color: rgb(243,186,187); }
H1.HeaderClassName
{
color: #F3BABB;
}
.AnyTagClassName
{
color: #F3BABB;
}
</style>
background-color css
<style>
a { background-color: #F3BABB; }
a { background-color: rgb(243,186,187); }
div.DivClassName
{
background-color: #F3BABB;
}
.BgClassName
{
background-color: #F3BABB;
}
</style>
border-color css
<style>
span { border-color: #F3BABB; }
span { border-color: rgb(243,186,187); }
td.TdClassName
{
border-color: #F3BABB;
}
.TagClassName
{
border-color: #F3BABB;
}
</style>