Shades of Azalea #F6BAC3
Tints of Azalea #F6BAC3
RGB
CMYK
RGB Variations
Color information
#F6BAC3 (or 0xF6BAC3) is known color: Azalea. HEX triplet: F6, BA and C3. RGB value is (246,186,195). Sum of RGB (Red+Green+Blue) = 246+186+195=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BAC3 is #09453C. Grayscale: #CCCCCC. Windows color (decimal): -607549 or 12827382. OLE color: 12827382.
HSL color Cylindrical-coordinate representation of color #F6BAC3: hue angle of 351º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BAC3 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 195 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.04 |
| HSL | 351º | 0.77% | 0.85% | - |
| HSV(B) | 351º | 0.24% | 0.96% | - |
| XYZ | 65.42 | 58.65 | 59.5 | - |
| YUV | 204.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 195 | 0 | 0.24 | 0.21 | 0.04 | 351 | 0.77 | 0.85 |
| Hex | F6 | BA | C3 | 0 | 18 | 15 | 4 | 15F | 4D | 55 |
| Octal | 366 | 272 | 303 | 0 | 30 | 25 | 4 | 537 | 115 | 125 |
| Binary | 11110110 | 10111010 | 11000011 | 0 | 11000 | 10101 | 100 | 101011111 | 1001101 | 1010101 |
Color Harmonies of #F6BAC3
Complementary color
Monochromatic Colors of #F6BAC3
Black with #F6BAC3
Text Example
Text Example
White with #F6BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BAC3; }
p { color: rgb(246,186,195); }
H1.HeaderClassName
{
color: #F6BAC3;
}
.AnyTagClassName
{
color: #F6BAC3;
}
</style>
background-color css
<style>
a { background-color: #F6BAC3; }
a { background-color: rgb(246,186,195); }
div.DivClassName
{
background-color: #F6BAC3;
}
.BgClassName
{
background-color: #F6BAC3;
}
</style>
border-color css
<style>
span { border-color: #F6BAC3; }
span { border-color: rgb(246,186,195); }
td.TdClassName
{
border-color: #F6BAC3;
}
.TagClassName
{
border-color: #F6BAC3;
}
</style>