Shades of Azalea #FFBDC0
Tints of Azalea #FFBDC0
RGB
CMYK
RGB Variations
Color information
#FFBDC0 (or 0xFFBDC0) is known color: Azalea. HEX triplet: FF, BD and C0. RGB value is (255,189,192). Sum of RGB (Red+Green+Blue) = 255+189+192=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDC0 is #00423F. Grayscale: #D1D1D1. Windows color (decimal): -16960 or 12631551. OLE color: 12631551.
HSL color Cylindrical-coordinate representation of color #FFBDC0: hue angle of 357.27º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBDC0 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 192 | - |
| CMYK | 0 | 0.26 | 0.25 | 0 |
| HSL | 357.27º | 1% | 0.87% | - |
| HSV(B) | 357.27º | 0.26% | 1% | - |
| XYZ | 68.95 | 61.46 | 58.1 | - |
| YUV | 209.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 192 | 0 | 0.26 | 0.25 | 0 | 357.27 | 1 | 0.87 |
| Hex | FF | BD | C0 | 0 | 1A | 19 | 0 | 165 | 64 | 57 |
| Octal | 377 | 275 | 300 | 0 | 32 | 31 | 0 | 545 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11000000 | 0 | 11010 | 11001 | 0 | 101100101 | 1100100 | 1010111 |
Color Harmonies of #FFBDC0
Complementary color
Monochromatic Colors of #FFBDC0
Black with #FFBDC0
Text Example
Text Example
White with #FFBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDC0; }
p { color: rgb(255,189,192); }
H1.HeaderClassName
{
color: #FFBDC0;
}
.AnyTagClassName
{
color: #FFBDC0;
}
</style>
background-color css
<style>
a { background-color: #FFBDC0; }
a { background-color: rgb(255,189,192); }
div.DivClassName
{
background-color: #FFBDC0;
}
.BgClassName
{
background-color: #FFBDC0;
}
</style>
border-color css
<style>
span { border-color: #FFBDC0; }
span { border-color: rgb(255,189,192); }
td.TdClassName
{
border-color: #FFBDC0;
}
.TagClassName
{
border-color: #FFBDC0;
}
</style>