Shades of Azalea #F9BBBD
Tints of Azalea #F9BBBD
RGB
CMYK
RGB Variations
Color information
#F9BBBD (or 0xF9BBBD) is known color: Azalea. HEX triplet: F9, BB and BD. RGB value is (249,187,189). Sum of RGB (Red+Green+Blue) = 249+187+189=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBBD is #064442. Grayscale: #CDCDCD. Windows color (decimal): -410691 or 12434425. OLE color: 12434425.
HSL color Cylindrical-coordinate representation of color #F9BBBD: hue angle of 358.06º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BBBD is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 189 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.02 |
| HSL | 358.06º | 0.84% | 0.85% | - |
| HSV(B) | 358.06º | 0.25% | 0.98% | - |
| XYZ | 66.02 | 59.35 | 56.12 | - |
| YUV | 205.77 | 118.54 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 189 | 0 | 0.25 | 0.24 | 0.02 | 358.06 | 0.84 | 0.85 |
| Hex | F9 | BB | BD | 0 | 19 | 18 | 2 | 166 | 54 | 55 |
| Octal | 371 | 273 | 275 | 0 | 31 | 30 | 2 | 546 | 124 | 125 |
| Binary | 11111001 | 10111011 | 10111101 | 0 | 11001 | 11000 | 10 | 101100110 | 1010100 | 1010101 |
Color Harmonies of #F9BBBD
Complementary color
Monochromatic Colors of #F9BBBD
Black with #F9BBBD
Text Example
Text Example
White with #F9BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBBD; }
p { color: rgb(249,187,189); }
H1.HeaderClassName
{
color: #F9BBBD;
}
.AnyTagClassName
{
color: #F9BBBD;
}
</style>
background-color css
<style>
a { background-color: #F9BBBD; }
a { background-color: rgb(249,187,189); }
div.DivClassName
{
background-color: #F9BBBD;
}
.BgClassName
{
background-color: #F9BBBD;
}
</style>
border-color css
<style>
span { border-color: #F9BBBD; }
span { border-color: rgb(249,187,189); }
td.TdClassName
{
border-color: #F9BBBD;
}
.TagClassName
{
border-color: #F9BBBD;
}
</style>