Shades of Azalea #F6BDC4
Tints of Azalea #F6BDC4
RGB
CMYK
RGB Variations
Color information
#F6BDC4 (or 0xF6BDC4) is known color: Azalea. HEX triplet: F6, BD and C4. RGB value is (246,189,196). Sum of RGB (Red+Green+Blue) = 246+189+196=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDC4 is #09423B. Grayscale: #CECECE. Windows color (decimal): -606780 or 12893686. OLE color: 12893686.
HSL color Cylindrical-coordinate representation of color #F6BDC4: hue angle of 352.63º 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 #F6BDC4 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 196 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.04 |
| HSL | 352.63º | 0.76% | 0.85% | - |
| HSV(B) | 352.63º | 0.23% | 0.96% | - |
| XYZ | 66.17 | 59.97 | 60.31 | - |
| YUV | 206.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 196 | 0 | 0.23 | 0.20 | 0.04 | 352.63 | 0.76 | 0.85 |
| Hex | F6 | BD | C4 | 0 | 17 | 14 | 4 | 161 | 4C | 55 |
| Octal | 366 | 275 | 304 | 0 | 27 | 24 | 4 | 541 | 114 | 125 |
| Binary | 11110110 | 10111101 | 11000100 | 0 | 10111 | 10100 | 100 | 101100001 | 1001100 | 1010101 |
Color Harmonies of #F6BDC4
Complementary color
Monochromatic Colors of #F6BDC4
Black with #F6BDC4
Text Example
Text Example
White with #F6BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDC4; }
p { color: rgb(246,189,196); }
H1.HeaderClassName
{
color: #F6BDC4;
}
.AnyTagClassName
{
color: #F6BDC4;
}
</style>
background-color css
<style>
a { background-color: #F6BDC4; }
a { background-color: rgb(246,189,196); }
div.DivClassName
{
background-color: #F6BDC4;
}
.BgClassName
{
background-color: #F6BDC4;
}
</style>
border-color css
<style>
span { border-color: #F6BDC4; }
span { border-color: rgb(246,189,196); }
td.TdClassName
{
border-color: #F6BDC4;
}
.TagClassName
{
border-color: #F6BDC4;
}
</style>