Shades of Azalea #F5BABC
Tints of Azalea #F5BABC
RGB
CMYK
RGB Variations
Color information
#F5BABC (or 0xF5BABC) is known color: Azalea. HEX triplet: F5, BA and BC. RGB value is (245,186,188). Sum of RGB (Red+Green+Blue) = 245+186+188=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BABC is #0A4543. Grayscale: #CBCBCB. Windows color (decimal): -673092 or 12368629. OLE color: 12368629.
HSL color Cylindrical-coordinate representation of color #F5BABC: hue angle of 357.97º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BABC is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 188 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.04 |
| HSL | 357.97º | 0.75% | 0.85% | - |
| HSV(B) | 357.97º | 0.24% | 0.96% | - |
| XYZ | 64.29 | 58.16 | 55.41 | - |
| YUV | 203.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 188 | 0 | 0.24 | 0.23 | 0.04 | 357.97 | 0.75 | 0.85 |
| Hex | F5 | BA | BC | 0 | 18 | 17 | 4 | 166 | 4B | 55 |
| Octal | 365 | 272 | 274 | 0 | 30 | 27 | 4 | 546 | 113 | 125 |
| Binary | 11110101 | 10111010 | 10111100 | 0 | 11000 | 10111 | 100 | 101100110 | 1001011 | 1010101 |
Color Harmonies of #F5BABC
Complementary color
Monochromatic Colors of #F5BABC
Black with #F5BABC
Text Example
Text Example
White with #F5BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BABC; }
p { color: rgb(245,186,188); }
H1.HeaderClassName
{
color: #F5BABC;
}
.AnyTagClassName
{
color: #F5BABC;
}
</style>
background-color css
<style>
a { background-color: #F5BABC; }
a { background-color: rgb(245,186,188); }
div.DivClassName
{
background-color: #F5BABC;
}
.BgClassName
{
background-color: #F5BABC;
}
</style>
border-color css
<style>
span { border-color: #F5BABC; }
span { border-color: rgb(245,186,188); }
td.TdClassName
{
border-color: #F5BABC;
}
.TagClassName
{
border-color: #F5BABC;
}
</style>