Shades of Azalea #F6BDC5
Tints of Azalea #F6BDC5
RGB
CMYK
RGB Variations
Color information
#F6BDC5 (or 0xF6BDC5) is known color: Azalea. HEX triplet: F6, BD and C5. RGB value is (246,189,197). Sum of RGB (Red+Green+Blue) = 246+189+197=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDC5 is #09423A. Grayscale: #CECECE. Windows color (decimal): -606779 or 12959222. OLE color: 12959222.
HSL color Cylindrical-coordinate representation of color #F6BDC5: hue angle of 351.58º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BDC5 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 197 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.04 |
| HSL | 351.58º | 0.76% | 0.85% | - |
| HSV(B) | 351.58º | 0.23% | 0.96% | - |
| XYZ | 66.28 | 60.02 | 60.91 | - |
| YUV | 206.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 197 | 0 | 0.23 | 0.20 | 0.04 | 351.58 | 0.76 | 0.85 |
| Hex | F6 | BD | C5 | 0 | 17 | 14 | 4 | 160 | 4C | 55 |
| Octal | 366 | 275 | 305 | 0 | 27 | 24 | 4 | 540 | 114 | 125 |
| Binary | 11110110 | 10111101 | 11000101 | 0 | 10111 | 10100 | 100 | 101100000 | 1001100 | 1010101 |
Color Harmonies of #F6BDC5
Complementary color
Monochromatic Colors of #F6BDC5
Black with #F6BDC5
Text Example
Text Example
White with #F6BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDC5; }
p { color: rgb(246,189,197); }
H1.HeaderClassName
{
color: #F6BDC5;
}
.AnyTagClassName
{
color: #F6BDC5;
}
</style>
background-color css
<style>
a { background-color: #F6BDC5; }
a { background-color: rgb(246,189,197); }
div.DivClassName
{
background-color: #F6BDC5;
}
.BgClassName
{
background-color: #F6BDC5;
}
</style>
border-color css
<style>
span { border-color: #F6BDC5; }
span { border-color: rgb(246,189,197); }
td.TdClassName
{
border-color: #F6BDC5;
}
.TagClassName
{
border-color: #F6BDC5;
}
</style>