Shades of Azalea #FFBDC2
Tints of Azalea #FFBDC2
RGB
CMYK
RGB Variations
Color information
#FFBDC2 (or 0xFFBDC2) is known color: Azalea. HEX triplet: FF, BD and C2. RGB value is (255,189,194). Sum of RGB (Red+Green+Blue) = 255+189+194=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDC2 is #00423D. Grayscale: #D1D1D1. Windows color (decimal): -16958 or 12762623. OLE color: 12762623.
HSL color Cylindrical-coordinate representation of color #FFBDC2: hue angle of 355.45º 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 #FFBDC2 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 194 | - |
| CMYK | 0 | 0.26 | 0.24 | 0 |
| HSL | 355.45º | 1% | 0.87% | - |
| HSV(B) | 355.45º | 0.26% | 1% | - |
| XYZ | 69.18 | 61.55 | 59.27 | - |
| YUV | 209.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 194 | 0 | 0.26 | 0.24 | 0 | 355.45 | 1 | 0.87 |
| Hex | FF | BD | C2 | 0 | 1A | 18 | 0 | 163 | 64 | 57 |
| Octal | 377 | 275 | 302 | 0 | 32 | 30 | 0 | 543 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11000010 | 0 | 11010 | 11000 | 0 | 101100011 | 1100100 | 1010111 |
Color Harmonies of #FFBDC2
Complementary color
Monochromatic Colors of #FFBDC2
Black with #FFBDC2
Text Example
Text Example
White with #FFBDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDC2; }
p { color: rgb(255,189,194); }
H1.HeaderClassName
{
color: #FFBDC2;
}
.AnyTagClassName
{
color: #FFBDC2;
}
</style>
background-color css
<style>
a { background-color: #FFBDC2; }
a { background-color: rgb(255,189,194); }
div.DivClassName
{
background-color: #FFBDC2;
}
.BgClassName
{
background-color: #FFBDC2;
}
</style>
border-color css
<style>
span { border-color: #FFBDC2; }
span { border-color: rgb(255,189,194); }
td.TdClassName
{
border-color: #FFBDC2;
}
.TagClassName
{
border-color: #FFBDC2;
}
</style>