Shades of Azalea #F4BAC0
Tints of Azalea #F4BAC0
RGB
CMYK
RGB Variations
Color information
#F4BAC0 (or 0xF4BAC0) is known color: Azalea. HEX triplet: F4, BA and C0. RGB value is (244,186,192). Sum of RGB (Red+Green+Blue) = 244+186+192=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BAC0 is #0B453F. Grayscale: #CCCCCC. Windows color (decimal): -738624 or 12630772. OLE color: 12630772.
HSL color Cylindrical-coordinate representation of color #F4BAC0: hue angle of 353.79º 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 #F4BAC0 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 192 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.04 |
| HSL | 353.79º | 0.73% | 0.84% | - |
| HSV(B) | 353.79º | 0.24% | 0.96% | - |
| XYZ | 64.38 | 58.16 | 57.7 | - |
| YUV | 204.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 192 | 0 | 0.24 | 0.21 | 0.04 | 353.79 | 0.73 | 0.84 |
| Hex | F4 | BA | C0 | 0 | 18 | 15 | 4 | 162 | 48 | 54 |
| Octal | 364 | 272 | 300 | 0 | 30 | 25 | 4 | 542 | 110 | 124 |
| Binary | 11110100 | 10111010 | 11000000 | 0 | 11000 | 10101 | 100 | 101100010 | 1001000 | 1010100 |
Color Harmonies of #F4BAC0
Complementary color
Monochromatic Colors of #F4BAC0
Black with #F4BAC0
Text Example
Text Example
White with #F4BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BAC0; }
p { color: rgb(244,186,192); }
H1.HeaderClassName
{
color: #F4BAC0;
}
.AnyTagClassName
{
color: #F4BAC0;
}
</style>
background-color css
<style>
a { background-color: #F4BAC0; }
a { background-color: rgb(244,186,192); }
div.DivClassName
{
background-color: #F4BAC0;
}
.BgClassName
{
background-color: #F4BAC0;
}
</style>
border-color css
<style>
span { border-color: #F4BAC0; }
span { border-color: rgb(244,186,192); }
td.TdClassName
{
border-color: #F4BAC0;
}
.TagClassName
{
border-color: #F4BAC0;
}
</style>