Shades of Azalea #FFBDC5
Tints of Azalea #FFBDC5
RGB
CMYK
RGB Variations
Color information
#FFBDC5 (or 0xFFBDC5) is known color: Azalea. HEX triplet: FF, BD and C5. RGB value is (255,189,197). Sum of RGB (Red+Green+Blue) = 255+189+197=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDC5 is #00423A. Grayscale: #D1D1D1. Windows color (decimal): -16955 or 12959231. OLE color: 12959231.
HSL color Cylindrical-coordinate representation of color #FFBDC5: hue angle of 352.73º 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 #FFBDC5 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 197 | - |
| CMYK | 0 | 0.26 | 0.23 | 0 |
| HSL | 352.73º | 1% | 0.87% | - |
| HSV(B) | 352.73º | 0.26% | 1% | - |
| XYZ | 69.52 | 61.69 | 61.07 | - |
| YUV | 209.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 197 | 0 | 0.26 | 0.23 | 0 | 352.73 | 1 | 0.87 |
| Hex | FF | BD | C5 | 0 | 1A | 17 | 0 | 161 | 64 | 57 |
| Octal | 377 | 275 | 305 | 0 | 32 | 27 | 0 | 541 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11000101 | 0 | 11010 | 10111 | 0 | 101100001 | 1100100 | 1010111 |
Color Harmonies of #FFBDC5
Complementary color
Monochromatic Colors of #FFBDC5
Black with #FFBDC5
Text Example
Text Example
White with #FFBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDC5; }
p { color: rgb(255,189,197); }
H1.HeaderClassName
{
color: #FFBDC5;
}
.AnyTagClassName
{
color: #FFBDC5;
}
</style>
background-color css
<style>
a { background-color: #FFBDC5; }
a { background-color: rgb(255,189,197); }
div.DivClassName
{
background-color: #FFBDC5;
}
.BgClassName
{
background-color: #FFBDC5;
}
</style>
border-color css
<style>
span { border-color: #FFBDC5; }
span { border-color: rgb(255,189,197); }
td.TdClassName
{
border-color: #FFBDC5;
}
.TagClassName
{
border-color: #FFBDC5;
}
</style>