Shades of Azalea #F9BCC0
Tints of Azalea #F9BCC0
RGB
CMYK
RGB Variations
Color information
#F9BCC0 (or 0xF9BCC0) is known color: Azalea. HEX triplet: F9, BC and C0. RGB value is (249,188,192). Sum of RGB (Red+Green+Blue) = 249+188+192=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCC0 is #06433F. Grayscale: #CECECE. Windows color (decimal): -410432 or 12631289. OLE color: 12631289.
HSL color Cylindrical-coordinate representation of color #F9BCC0: hue angle of 356.07º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCC0 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 192 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.02 |
| HSL | 356.07º | 0.84% | 0.86% | - |
| HSV(B) | 356.07º | 0.24% | 0.98% | - |
| XYZ | 66.56 | 59.91 | 57.93 | - |
| YUV | 206.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 192 | 0 | 0.24 | 0.23 | 0.02 | 356.07 | 0.84 | 0.86 |
| Hex | F9 | BC | C0 | 0 | 18 | 17 | 2 | 164 | 54 | 56 |
| Octal | 371 | 274 | 300 | 0 | 30 | 27 | 2 | 544 | 124 | 126 |
| Binary | 11111001 | 10111100 | 11000000 | 0 | 11000 | 10111 | 10 | 101100100 | 1010100 | 1010110 |
Color Harmonies of #F9BCC0
Complementary color
Monochromatic Colors of #F9BCC0
Black with #F9BCC0
Text Example
Text Example
White with #F9BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCC0; }
p { color: rgb(249,188,192); }
H1.HeaderClassName
{
color: #F9BCC0;
}
.AnyTagClassName
{
color: #F9BCC0;
}
</style>
background-color css
<style>
a { background-color: #F9BCC0; }
a { background-color: rgb(249,188,192); }
div.DivClassName
{
background-color: #F9BCC0;
}
.BgClassName
{
background-color: #F9BCC0;
}
</style>
border-color css
<style>
span { border-color: #F9BCC0; }
span { border-color: rgb(249,188,192); }
td.TdClassName
{
border-color: #F9BCC0;
}
.TagClassName
{
border-color: #F9BCC0;
}
</style>