Shades of Azalea #F9BBBE
Tints of Azalea #F9BBBE
RGB
CMYK
RGB Variations
Color information
#F9BBBE (or 0xF9BBBE) is known color: Azalea. HEX triplet: F9, BB and BE. RGB value is (249,187,190). Sum of RGB (Red+Green+Blue) = 249+187+190=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBBE is #064441. Grayscale: #CDCDCD. Windows color (decimal): -410690 or 12499961. OLE color: 12499961.
HSL color Cylindrical-coordinate representation of color #F9BBBE: hue angle of 357.1º 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 #F9BBBE is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 190 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.02 |
| HSL | 357.1º | 0.84% | 0.85% | - |
| HSV(B) | 357.1º | 0.25% | 0.98% | - |
| XYZ | 66.13 | 59.4 | 56.69 | - |
| YUV | 205.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 190 | 0 | 0.25 | 0.24 | 0.02 | 357.1 | 0.84 | 0.85 |
| Hex | F9 | BB | BE | 0 | 19 | 18 | 2 | 165 | 54 | 55 |
| Octal | 371 | 273 | 276 | 0 | 31 | 30 | 2 | 545 | 124 | 125 |
| Binary | 11111001 | 10111011 | 10111110 | 0 | 11001 | 11000 | 10 | 101100101 | 1010100 | 1010101 |
Color Harmonies of #F9BBBE
Complementary color
Monochromatic Colors of #F9BBBE
Black with #F9BBBE
Text Example
Text Example
White with #F9BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBBE; }
p { color: rgb(249,187,190); }
H1.HeaderClassName
{
color: #F9BBBE;
}
.AnyTagClassName
{
color: #F9BBBE;
}
</style>
background-color css
<style>
a { background-color: #F9BBBE; }
a { background-color: rgb(249,187,190); }
div.DivClassName
{
background-color: #F9BBBE;
}
.BgClassName
{
background-color: #F9BBBE;
}
</style>
border-color css
<style>
span { border-color: #F9BBBE; }
span { border-color: rgb(249,187,190); }
td.TdClassName
{
border-color: #F9BBBE;
}
.TagClassName
{
border-color: #F9BBBE;
}
</style>