Shades of Azalea #F6BFC7
Tints of Azalea #F6BFC7
RGB
CMYK
RGB Variations
Color information
#F6BFC7 (or 0xF6BFC7) is known color: Azalea. HEX triplet: F6, BF and C7. RGB value is (246,191,199). Sum of RGB (Red+Green+Blue) = 246+191+199=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFC7 is #094038. Grayscale: #D0D0D0. Windows color (decimal): -606265 or 13090806. OLE color: 13090806.
HSL color Cylindrical-coordinate representation of color #F6BFC7: hue angle of 351.27º 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 #F6BFC7 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 191 | 199 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.04 |
| HSL | 351.27º | 0.75% | 0.86% | - |
| HSV(B) | 351.27º | 0.22% | 0.96% | - |
| XYZ | 66.95 | 60.98 | 62.27 | - |
| YUV | 208.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 191 | 199 | 0 | 0.22 | 0.19 | 0.04 | 351.27 | 0.75 | 0.86 |
| Hex | F6 | BF | C7 | 0 | 16 | 13 | 4 | 15F | 4B | 56 |
| Octal | 366 | 277 | 307 | 0 | 26 | 23 | 4 | 537 | 113 | 126 |
| Binary | 11110110 | 10111111 | 11000111 | 0 | 10110 | 10011 | 100 | 101011111 | 1001011 | 1010110 |
Color Harmonies of #F6BFC7
Complementary color
Monochromatic Colors of #F6BFC7
Black with #F6BFC7
Text Example
Text Example
White with #F6BFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BFC7; }
p { color: rgb(246,191,199); }
H1.HeaderClassName
{
color: #F6BFC7;
}
.AnyTagClassName
{
color: #F6BFC7;
}
</style>
background-color css
<style>
a { background-color: #F6BFC7; }
a { background-color: rgb(246,191,199); }
div.DivClassName
{
background-color: #F6BFC7;
}
.BgClassName
{
background-color: #F6BFC7;
}
</style>
border-color css
<style>
span { border-color: #F6BFC7; }
span { border-color: rgb(246,191,199); }
td.TdClassName
{
border-color: #F6BFC7;
}
.TagClassName
{
border-color: #F6BFC7;
}
</style>