Shades of Azalea #F6BFC6
Tints of Azalea #F6BFC6
RGB
CMYK
RGB Variations
Color information
#F6BFC6 (or 0xF6BFC6) is known color: Azalea. HEX triplet: F6, BF and C6. RGB value is (246,191,198). Sum of RGB (Red+Green+Blue) = 246+191+198=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFC6 is #094039. Grayscale: #D0D0D0. Windows color (decimal): -606266 or 13025270. OLE color: 13025270.
HSL color Cylindrical-coordinate representation of color #F6BFC6: hue angle of 352.36º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6BFC6 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 191 | 198 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.04 |
| HSL | 352.36º | 0.75% | 0.86% | - |
| HSV(B) | 352.36º | 0.22% | 0.96% | - |
| XYZ | 66.83 | 60.93 | 61.66 | - |
| YUV | 208.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 191 | 198 | 0 | 0.22 | 0.20 | 0.04 | 352.36 | 0.75 | 0.86 |
| Hex | F6 | BF | C6 | 0 | 16 | 14 | 4 | 160 | 4B | 56 |
| Octal | 366 | 277 | 306 | 0 | 26 | 24 | 4 | 540 | 113 | 126 |
| Binary | 11110110 | 10111111 | 11000110 | 0 | 10110 | 10100 | 100 | 101100000 | 1001011 | 1010110 |
Color Harmonies of #F6BFC6
Complementary color
Monochromatic Colors of #F6BFC6
Black with #F6BFC6
Text Example
Text Example
White with #F6BFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BFC6; }
p { color: rgb(246,191,198); }
H1.HeaderClassName
{
color: #F6BFC6;
}
.AnyTagClassName
{
color: #F6BFC6;
}
</style>
background-color css
<style>
a { background-color: #F6BFC6; }
a { background-color: rgb(246,191,198); }
div.DivClassName
{
background-color: #F6BFC6;
}
.BgClassName
{
background-color: #F6BFC6;
}
</style>
border-color css
<style>
span { border-color: #F6BFC6; }
span { border-color: rgb(246,191,198); }
td.TdClassName
{
border-color: #F6BFC6;
}
.TagClassName
{
border-color: #F6BFC6;
}
</style>