Shades of Azalea #F6BFC0
Tints of Azalea #F6BFC0
RGB
CMYK
RGB Variations
Color information
#F6BFC0 (or 0xF6BFC0) is known color: Azalea. HEX triplet: F6, BF and C0. RGB value is (246,191,192). Sum of RGB (Red+Green+Blue) = 246+191+192=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFC0 is #09403F. Grayscale: #CFCFCF. Windows color (decimal): -606272 or 12632054. OLE color: 12632054.
HSL color Cylindrical-coordinate representation of color #F6BFC0: hue angle of 358.91º 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 #F6BFC0 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 191 | 192 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.04 |
| HSL | 358.91º | 0.75% | 0.86% | - |
| HSV(B) | 358.91º | 0.22% | 0.96% | - |
| XYZ | 66.15 | 60.66 | 58.09 | - |
| YUV | 207.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 191 | 192 | 0 | 0.22 | 0.22 | 0.04 | 358.91 | 0.75 | 0.86 |
| Hex | F6 | BF | C0 | 0 | 16 | 16 | 4 | 167 | 4B | 56 |
| Octal | 366 | 277 | 300 | 0 | 26 | 26 | 4 | 547 | 113 | 126 |
| Binary | 11110110 | 10111111 | 11000000 | 0 | 10110 | 10110 | 100 | 101100111 | 1001011 | 1010110 |
Color Harmonies of #F6BFC0
Complementary color
Monochromatic Colors of #F6BFC0
Black with #F6BFC0
Text Example
Text Example
White with #F6BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BFC0; }
p { color: rgb(246,191,192); }
H1.HeaderClassName
{
color: #F6BFC0;
}
.AnyTagClassName
{
color: #F6BFC0;
}
</style>
background-color css
<style>
a { background-color: #F6BFC0; }
a { background-color: rgb(246,191,192); }
div.DivClassName
{
background-color: #F6BFC0;
}
.BgClassName
{
background-color: #F6BFC0;
}
</style>
border-color css
<style>
span { border-color: #F6BFC0; }
span { border-color: rgb(246,191,192); }
td.TdClassName
{
border-color: #F6BFC0;
}
.TagClassName
{
border-color: #F6BFC0;
}
</style>