Shades of Azalea #F5B9BF
Tints of Azalea #F5B9BF
RGB
CMYK
RGB Variations
Color information
#F5B9BF (or 0xF5B9BF) is known color: Azalea. HEX triplet: F5, B9 and BF. RGB value is (245,185,191). Sum of RGB (Red+Green+Blue) = 245+185+191=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B9BF is #0A4640. Grayscale: #CBCBCB. Windows color (decimal): -673345 or 12564981. OLE color: 12564981.
HSL color Cylindrical-coordinate representation of color #F5B9BF: hue angle of 354º degrees, saturation: 0.75, 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 #F5B9BF is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 185 | 191 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.04 |
| HSL | 354º | 0.75% | 0.84% | - |
| HSV(B) | 354º | 0.24% | 0.96% | - |
| XYZ | 64.41 | 57.87 | 57.07 | - |
| YUV | 203.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 185 | 191 | 0 | 0.24 | 0.22 | 0.04 | 354 | 0.75 | 0.84 |
| Hex | F5 | B9 | BF | 0 | 18 | 16 | 4 | 162 | 4B | 54 |
| Octal | 365 | 271 | 277 | 0 | 30 | 26 | 4 | 542 | 113 | 124 |
| Binary | 11110101 | 10111001 | 10111111 | 0 | 11000 | 10110 | 100 | 101100010 | 1001011 | 1010100 |
Color Harmonies of #F5B9BF
Complementary color
Monochromatic Colors of #F5B9BF
Black with #F5B9BF
Text Example
Text Example
White with #F5B9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B9BF; }
p { color: rgb(245,185,191); }
H1.HeaderClassName
{
color: #F5B9BF;
}
.AnyTagClassName
{
color: #F5B9BF;
}
</style>
background-color css
<style>
a { background-color: #F5B9BF; }
a { background-color: rgb(245,185,191); }
div.DivClassName
{
background-color: #F5B9BF;
}
.BgClassName
{
background-color: #F5B9BF;
}
</style>
border-color css
<style>
span { border-color: #F5B9BF; }
span { border-color: rgb(245,185,191); }
td.TdClassName
{
border-color: #F5B9BF;
}
.TagClassName
{
border-color: #F5B9BF;
}
</style>