Shades of Azalea #F4B9BF
Tints of Azalea #F4B9BF
RGB
CMYK
RGB Variations
Color information
#F4B9BF (or 0xF4B9BF) is known color: Azalea. HEX triplet: F4, B9 and BF. RGB value is (244,185,191). Sum of RGB (Red+Green+Blue) = 244+185+191=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B9BF is #0B4640. Grayscale: #CBCBCB. Windows color (decimal): -738881 or 12564980. OLE color: 12564980.
HSL color Cylindrical-coordinate representation of color #F4B9BF: hue angle of 353.9º 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 #F4B9BF is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 185 | 191 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.04 |
| HSL | 353.9º | 0.73% | 0.84% | - |
| HSV(B) | 353.9º | 0.24% | 0.96% | - |
| XYZ | 64.06 | 57.69 | 57.05 | - |
| YUV | 203.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 185 | 191 | 0 | 0.24 | 0.22 | 0.04 | 353.9 | 0.73 | 0.84 |
| Hex | F4 | B9 | BF | 0 | 18 | 16 | 4 | 162 | 49 | 54 |
| Octal | 364 | 271 | 277 | 0 | 30 | 26 | 4 | 542 | 111 | 124 |
| Binary | 11110100 | 10111001 | 10111111 | 0 | 11000 | 10110 | 100 | 101100010 | 1001001 | 1010100 |
Color Harmonies of #F4B9BF
Complementary color
Monochromatic Colors of #F4B9BF
Black with #F4B9BF
Text Example
Text Example
White with #F4B9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B9BF; }
p { color: rgb(244,185,191); }
H1.HeaderClassName
{
color: #F4B9BF;
}
.AnyTagClassName
{
color: #F4B9BF;
}
</style>
background-color css
<style>
a { background-color: #F4B9BF; }
a { background-color: rgb(244,185,191); }
div.DivClassName
{
background-color: #F4B9BF;
}
.BgClassName
{
background-color: #F4B9BF;
}
</style>
border-color css
<style>
span { border-color: #F4B9BF; }
span { border-color: rgb(244,185,191); }
td.TdClassName
{
border-color: #F4B9BF;
}
.TagClassName
{
border-color: #F4B9BF;
}
</style>