Shades of Azalea #F6B9C0
Tints of Azalea #F6B9C0
RGB
CMYK
RGB Variations
Color information
#F6B9C0 (or 0xF6B9C0) is known color: Azalea. HEX triplet: F6, B9 and C0. RGB value is (246,185,192). Sum of RGB (Red+Green+Blue) = 246+185+192=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B9C0 is #09463F. Grayscale: #CCCCCC. Windows color (decimal): -607808 or 12630518. OLE color: 12630518.
HSL color Cylindrical-coordinate representation of color #F6B9C0: hue angle of 353.11º 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 #F6B9C0 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 185 | 192 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.04 |
| HSL | 353.11º | 0.77% | 0.85% | - |
| HSV(B) | 353.11º | 0.25% | 0.96% | - |
| XYZ | 64.87 | 58.1 | 57.66 | - |
| YUV | 204.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 185 | 192 | 0 | 0.25 | 0.22 | 0.04 | 353.11 | 0.77 | 0.85 |
| Hex | F6 | B9 | C0 | 0 | 19 | 16 | 4 | 161 | 4D | 55 |
| Octal | 366 | 271 | 300 | 0 | 31 | 26 | 4 | 541 | 115 | 125 |
| Binary | 11110110 | 10111001 | 11000000 | 0 | 11001 | 10110 | 100 | 101100001 | 1001101 | 1010101 |
Color Harmonies of #F6B9C0
Complementary color
Monochromatic Colors of #F6B9C0
Black with #F6B9C0
Text Example
Text Example
White with #F6B9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B9C0; }
p { color: rgb(246,185,192); }
H1.HeaderClassName
{
color: #F6B9C0;
}
.AnyTagClassName
{
color: #F6B9C0;
}
</style>
background-color css
<style>
a { background-color: #F6B9C0; }
a { background-color: rgb(246,185,192); }
div.DivClassName
{
background-color: #F6B9C0;
}
.BgClassName
{
background-color: #F6B9C0;
}
</style>
border-color css
<style>
span { border-color: #F6B9C0; }
span { border-color: rgb(246,185,192); }
td.TdClassName
{
border-color: #F6B9C0;
}
.TagClassName
{
border-color: #F6B9C0;
}
</style>