Shades of Azalea #F7BABB
Tints of Azalea #F7BABB
RGB
CMYK
RGB Variations
Color information
#F7BABB (or 0xF7BABB) is known color: Azalea. HEX triplet: F7, BA and BB. RGB value is (247,186,187). Sum of RGB (Red+Green+Blue) = 247+186+187=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BABB is #084544. Grayscale: #CCCCCC. Windows color (decimal): -542021 or 12303095. OLE color: 12303095.
HSL color Cylindrical-coordinate representation of color #F7BABB: hue angle of 359.02º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7BABB is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 187 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.03 |
| HSL | 359.02º | 0.79% | 0.85% | - |
| HSV(B) | 359.02º | 0.25% | 0.97% | - |
| XYZ | 64.89 | 58.48 | 54.88 | - |
| YUV | 204.35 | 118.21 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 187 | 0 | 0.25 | 0.24 | 0.03 | 359.02 | 0.79 | 0.85 |
| Hex | F7 | BA | BB | 0 | 19 | 18 | 3 | 167 | 4F | 55 |
| Octal | 367 | 272 | 273 | 0 | 31 | 30 | 3 | 547 | 117 | 125 |
| Binary | 11110111 | 10111010 | 10111011 | 0 | 11001 | 11000 | 11 | 101100111 | 1001111 | 1010101 |
Color Harmonies of #F7BABB
Complementary color
Monochromatic Colors of #F7BABB
Black with #F7BABB
Text Example
Text Example
White with #F7BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BABB; }
p { color: rgb(247,186,187); }
H1.HeaderClassName
{
color: #F7BABB;
}
.AnyTagClassName
{
color: #F7BABB;
}
</style>
background-color css
<style>
a { background-color: #F7BABB; }
a { background-color: rgb(247,186,187); }
div.DivClassName
{
background-color: #F7BABB;
}
.BgClassName
{
background-color: #F7BABB;
}
</style>
border-color css
<style>
span { border-color: #F7BABB; }
span { border-color: rgb(247,186,187); }
td.TdClassName
{
border-color: #F7BABB;
}
.TagClassName
{
border-color: #F7BABB;
}
</style>