Shades of Azalea #F7B9BF
Tints of Azalea #F7B9BF
RGB
CMYK
RGB Variations
Color information
#F7B9BF (or 0xF7B9BF) is known color: Azalea. HEX triplet: F7, B9 and BF. RGB value is (247,185,191). Sum of RGB (Red+Green+Blue) = 247+185+191=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B9BF is #084640. Grayscale: #CCCCCC. Windows color (decimal): -542273 or 12564983. OLE color: 12564983.
HSL color Cylindrical-coordinate representation of color #F7B9BF: hue angle of 354.19º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7B9BF is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 185 | 191 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.03 |
| HSL | 354.19º | 0.79% | 0.85% | - |
| HSV(B) | 354.19º | 0.25% | 0.97% | - |
| XYZ | 65.11 | 58.23 | 57.1 | - |
| YUV | 204.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 185 | 191 | 0 | 0.25 | 0.23 | 0.03 | 354.19 | 0.79 | 0.85 |
| Hex | F7 | B9 | BF | 0 | 19 | 17 | 3 | 162 | 4F | 55 |
| Octal | 367 | 271 | 277 | 0 | 31 | 27 | 3 | 542 | 117 | 125 |
| Binary | 11110111 | 10111001 | 10111111 | 0 | 11001 | 10111 | 11 | 101100010 | 1001111 | 1010101 |
Color Harmonies of #F7B9BF
Complementary color
Monochromatic Colors of #F7B9BF
Black with #F7B9BF
Text Example
Text Example
White with #F7B9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B9BF; }
p { color: rgb(247,185,191); }
H1.HeaderClassName
{
color: #F7B9BF;
}
.AnyTagClassName
{
color: #F7B9BF;
}
</style>
background-color css
<style>
a { background-color: #F7B9BF; }
a { background-color: rgb(247,185,191); }
div.DivClassName
{
background-color: #F7B9BF;
}
.BgClassName
{
background-color: #F7B9BF;
}
</style>
border-color css
<style>
span { border-color: #F7B9BF; }
span { border-color: rgb(247,185,191); }
td.TdClassName
{
border-color: #F7B9BF;
}
.TagClassName
{
border-color: #F7B9BF;
}
</style>