Shades of Azalea #F4BABC
Tints of Azalea #F4BABC
RGB
CMYK
RGB Variations
Color information
#F4BABC (or 0xF4BABC) is known color: Azalea. HEX triplet: F4, BA and BC. RGB value is (244,186,188). Sum of RGB (Red+Green+Blue) = 244+186+188=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BABC is #0B4543. Grayscale: #CBCBCB. Windows color (decimal): -738628 or 12368628. OLE color: 12368628.
HSL color Cylindrical-coordinate representation of color #F4BABC: hue angle of 357.93º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BABC is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 188 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.04 |
| HSL | 357.93º | 0.73% | 0.84% | - |
| HSV(B) | 357.93º | 0.24% | 0.96% | - |
| XYZ | 63.94 | 57.98 | 55.4 | - |
| YUV | 203.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 188 | 0 | 0.24 | 0.23 | 0.04 | 357.93 | 0.73 | 0.84 |
| Hex | F4 | BA | BC | 0 | 18 | 17 | 4 | 166 | 48 | 54 |
| Octal | 364 | 272 | 274 | 0 | 30 | 27 | 4 | 546 | 110 | 124 |
| Binary | 11110100 | 10111010 | 10111100 | 0 | 11000 | 10111 | 100 | 101100110 | 1001000 | 1010100 |
Color Harmonies of #F4BABC
Complementary color
Monochromatic Colors of #F4BABC
Black with #F4BABC
Text Example
Text Example
White with #F4BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BABC; }
p { color: rgb(244,186,188); }
H1.HeaderClassName
{
color: #F4BABC;
}
.AnyTagClassName
{
color: #F4BABC;
}
</style>
background-color css
<style>
a { background-color: #F4BABC; }
a { background-color: rgb(244,186,188); }
div.DivClassName
{
background-color: #F4BABC;
}
.BgClassName
{
background-color: #F4BABC;
}
</style>
border-color css
<style>
span { border-color: #F4BABC; }
span { border-color: rgb(244,186,188); }
td.TdClassName
{
border-color: #F4BABC;
}
.TagClassName
{
border-color: #F4BABC;
}
</style>