Shades of Azalea #F6B9BF
Tints of Azalea #F6B9BF
RGB
CMYK
RGB Variations
Color information
#F6B9BF (or 0xF6B9BF) is known color: Azalea. HEX triplet: F6, B9 and BF. RGB value is (246,185,191). Sum of RGB (Red+Green+Blue) = 246+185+191=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B9BF is #094640. Grayscale: #CBCBCB. Windows color (decimal): -607809 or 12564982. OLE color: 12564982.
HSL color Cylindrical-coordinate representation of color #F6B9BF: hue angle of 354.1º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6B9BF is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 185 | 191 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.04 |
| HSL | 354.1º | 0.77% | 0.85% | - |
| HSV(B) | 354.1º | 0.25% | 0.96% | - |
| XYZ | 64.76 | 58.05 | 57.08 | - |
| YUV | 203.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 185 | 191 | 0 | 0.25 | 0.22 | 0.04 | 354.1 | 0.77 | 0.85 |
| Hex | F6 | B9 | BF | 0 | 19 | 16 | 4 | 162 | 4D | 55 |
| Octal | 366 | 271 | 277 | 0 | 31 | 26 | 4 | 542 | 115 | 125 |
| Binary | 11110110 | 10111001 | 10111111 | 0 | 11001 | 10110 | 100 | 101100010 | 1001101 | 1010101 |
Color Harmonies of #F6B9BF
Complementary color
Monochromatic Colors of #F6B9BF
Black with #F6B9BF
Text Example
Text Example
White with #F6B9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B9BF; }
p { color: rgb(246,185,191); }
H1.HeaderClassName
{
color: #F6B9BF;
}
.AnyTagClassName
{
color: #F6B9BF;
}
</style>
background-color css
<style>
a { background-color: #F6B9BF; }
a { background-color: rgb(246,185,191); }
div.DivClassName
{
background-color: #F6B9BF;
}
.BgClassName
{
background-color: #F6B9BF;
}
</style>
border-color css
<style>
span { border-color: #F6B9BF; }
span { border-color: rgb(246,185,191); }
td.TdClassName
{
border-color: #F6B9BF;
}
.TagClassName
{
border-color: #F6B9BF;
}
</style>