Shades of Azalea #F4B9BB
Tints of Azalea #F4B9BB
RGB
CMYK
RGB Variations
Color information
#F4B9BB (or 0xF4B9BB) is known color: Azalea. HEX triplet: F4, B9 and BB. RGB value is (244,185,187). Sum of RGB (Red+Green+Blue) = 244+185+187=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B9BB is #0B4644. Grayscale: #CACACA. Windows color (decimal): -738885 or 12302836. OLE color: 12302836.
HSL color Cylindrical-coordinate representation of color #F4B9BB: hue angle of 357.97º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4B9BB is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 185 | 187 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.04 |
| HSL | 357.97º | 0.73% | 0.84% | - |
| HSV(B) | 357.97º | 0.24% | 0.96% | - |
| XYZ | 63.63 | 57.52 | 54.76 | - |
| YUV | 202.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 185 | 187 | 0 | 0.24 | 0.23 | 0.04 | 357.97 | 0.73 | 0.84 |
| Hex | F4 | B9 | BB | 0 | 18 | 17 | 4 | 166 | 49 | 54 |
| Octal | 364 | 271 | 273 | 0 | 30 | 27 | 4 | 546 | 111 | 124 |
| Binary | 11110100 | 10111001 | 10111011 | 0 | 11000 | 10111 | 100 | 101100110 | 1001001 | 1010100 |
Color Harmonies of #F4B9BB
Complementary color
Monochromatic Colors of #F4B9BB
Black with #F4B9BB
Text Example
Text Example
White with #F4B9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B9BB; }
p { color: rgb(244,185,187); }
H1.HeaderClassName
{
color: #F4B9BB;
}
.AnyTagClassName
{
color: #F4B9BB;
}
</style>
background-color css
<style>
a { background-color: #F4B9BB; }
a { background-color: rgb(244,185,187); }
div.DivClassName
{
background-color: #F4B9BB;
}
.BgClassName
{
background-color: #F4B9BB;
}
</style>
border-color css
<style>
span { border-color: #F4B9BB; }
span { border-color: rgb(244,185,187); }
td.TdClassName
{
border-color: #F4B9BB;
}
.TagClassName
{
border-color: #F4B9BB;
}
</style>