Shades of Azalea #F9BDC6
Tints of Azalea #F9BDC6
RGB
CMYK
RGB Variations
Color information
#F9BDC6 (or 0xF9BDC6) is known color: Azalea. HEX triplet: F9, BD and C6. RGB value is (249,189,198). Sum of RGB (Red+Green+Blue) = 249+189+198=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 198 (77.73% from 255 or 31.13% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDC6 is #064239. Grayscale: #CFCFCF. Windows color (decimal): -410170 or 13024761. OLE color: 13024761.
HSL color Cylindrical-coordinate representation of color #F9BDC6: hue angle of 351º 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 #F9BDC6 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 198 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.02 |
| HSL | 351º | 0.83% | 0.86% | - |
| HSV(B) | 351º | 0.24% | 0.98% | - |
| XYZ | 67.46 | 60.61 | 61.57 | - |
| YUV | 207.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 198 | 0 | 0.24 | 0.20 | 0.02 | 351 | 0.83 | 0.86 |
| Hex | F9 | BD | C6 | 0 | 18 | 14 | 2 | 15F | 53 | 56 |
| Octal | 371 | 275 | 306 | 0 | 30 | 24 | 2 | 537 | 123 | 126 |
| Binary | 11111001 | 10111101 | 11000110 | 0 | 11000 | 10100 | 10 | 101011111 | 1010011 | 1010110 |
Color Harmonies of #F9BDC6
Complementary color
Monochromatic Colors of #F9BDC6
Black with #F9BDC6
Text Example
Text Example
White with #F9BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDC6; }
p { color: rgb(249,189,198); }
H1.HeaderClassName
{
color: #F9BDC6;
}
.AnyTagClassName
{
color: #F9BDC6;
}
</style>
background-color css
<style>
a { background-color: #F9BDC6; }
a { background-color: rgb(249,189,198); }
div.DivClassName
{
background-color: #F9BDC6;
}
.BgClassName
{
background-color: #F9BDC6;
}
</style>
border-color css
<style>
span { border-color: #F9BDC6; }
span { border-color: rgb(249,189,198); }
td.TdClassName
{
border-color: #F9BDC6;
}
.TagClassName
{
border-color: #F9BDC6;
}
</style>