Shades of Azalea #F9B8BB
Tints of Azalea #F9B8BB
RGB
CMYK
RGB Variations
Color information
#F9B8BB (or 0xF9B8BB) is known color: Azalea. HEX triplet: F9, B8 and BB. RGB value is (249,184,187). Sum of RGB (Red+Green+Blue) = 249+184+187=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 184 (72.27% from 255 or 29.68% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B8BB is #064744. Grayscale: #CBCBCB. Windows color (decimal): -411461 or 12302585. OLE color: 12302585.
HSL color Cylindrical-coordinate representation of color #F9B8BB: hue angle of 357.23º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F9B8BB is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 184 | 187 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.02 |
| HSL | 357.23º | 0.84% | 0.85% | - |
| HSV(B) | 357.23º | 0.26% | 0.98% | - |
| XYZ | 65.18 | 58.01 | 54.78 | - |
| YUV | 203.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 184 | 187 | 0 | 0.26 | 0.25 | 0.02 | 357.23 | 0.84 | 0.85 |
| Hex | F9 | B8 | BB | 0 | 1A | 19 | 2 | 165 | 54 | 55 |
| Octal | 371 | 270 | 273 | 0 | 32 | 31 | 2 | 545 | 124 | 125 |
| Binary | 11111001 | 10111000 | 10111011 | 0 | 11010 | 11001 | 10 | 101100101 | 1010100 | 1010101 |
Color Harmonies of #F9B8BB
Complementary color
Monochromatic Colors of #F9B8BB
Black with #F9B8BB
Text Example
Text Example
White with #F9B8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B8BB; }
p { color: rgb(249,184,187); }
H1.HeaderClassName
{
color: #F9B8BB;
}
.AnyTagClassName
{
color: #F9B8BB;
}
</style>
background-color css
<style>
a { background-color: #F9B8BB; }
a { background-color: rgb(249,184,187); }
div.DivClassName
{
background-color: #F9B8BB;
}
.BgClassName
{
background-color: #F9B8BB;
}
</style>
border-color css
<style>
span { border-color: #F9B8BB; }
span { border-color: rgb(249,184,187); }
td.TdClassName
{
border-color: #F9B8BB;
}
.TagClassName
{
border-color: #F9B8BB;
}
</style>