Shades of Azalea #F9BDC0
Tints of Azalea #F9BDC0
RGB
CMYK
RGB Variations
Color information
#F9BDC0 (or 0xF9BDC0) is known color: Azalea. HEX triplet: F9, BD and C0. RGB value is (249,189,192). Sum of RGB (Red+Green+Blue) = 249+189+192=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDC0 is #06423F. Grayscale: #CFCFCF. Windows color (decimal): -410176 or 12631545. OLE color: 12631545.
HSL color Cylindrical-coordinate representation of color #F9BDC0: hue angle of 357º degrees, saturation: 0.83, 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 #F9BDC0 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 192 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.02 |
| HSL | 357º | 0.83% | 0.86% | - |
| HSV(B) | 357º | 0.24% | 0.98% | - |
| XYZ | 66.78 | 60.34 | 58 | - |
| YUV | 207.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 192 | 0 | 0.24 | 0.23 | 0.02 | 357 | 0.83 | 0.86 |
| Hex | F9 | BD | C0 | 0 | 18 | 17 | 2 | 165 | 53 | 56 |
| Octal | 371 | 275 | 300 | 0 | 30 | 27 | 2 | 545 | 123 | 126 |
| Binary | 11111001 | 10111101 | 11000000 | 0 | 11000 | 10111 | 10 | 101100101 | 1010011 | 1010110 |
Color Harmonies of #F9BDC0
Complementary color
Monochromatic Colors of #F9BDC0
Black with #F9BDC0
Text Example
Text Example
White with #F9BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDC0; }
p { color: rgb(249,189,192); }
H1.HeaderClassName
{
color: #F9BDC0;
}
.AnyTagClassName
{
color: #F9BDC0;
}
</style>
background-color css
<style>
a { background-color: #F9BDC0; }
a { background-color: rgb(249,189,192); }
div.DivClassName
{
background-color: #F9BDC0;
}
.BgClassName
{
background-color: #F9BDC0;
}
</style>
border-color css
<style>
span { border-color: #F9BDC0; }
span { border-color: rgb(249,189,192); }
td.TdClassName
{
border-color: #F9BDC0;
}
.TagClassName
{
border-color: #F9BDC0;
}
</style>