Shades of Azalea #FFBDBE
Tints of Azalea #FFBDBE
RGB
CMYK
RGB Variations
Color information
#FFBDBE (or 0xFFBDBE) is known color: Azalea. HEX triplet: FF, BD and BE. RGB value is (255,189,190). Sum of RGB (Red+Green+Blue) = 255+189+190=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDBE is #004241. Grayscale: #D0D0D0. Windows color (decimal): -16962 or 12500479. OLE color: 12500479.
HSL color Cylindrical-coordinate representation of color #FFBDBE: hue angle of 359.09º 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 #FFBDBE is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 190 | - |
| CMYK | 0 | 0.26 | 0.25 | 0 |
| HSL | 359.09º | 1% | 0.87% | - |
| HSV(B) | 359.09º | 0.26% | 1% | - |
| XYZ | 68.73 | 61.37 | 56.94 | - |
| YUV | 208.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 190 | 0 | 0.26 | 0.25 | 0 | 359.09 | 1 | 0.87 |
| Hex | FF | BD | BE | 0 | 1A | 19 | 0 | 167 | 64 | 57 |
| Octal | 377 | 275 | 276 | 0 | 32 | 31 | 0 | 547 | 144 | 127 |
| Binary | 11111111 | 10111101 | 10111110 | 0 | 11010 | 11001 | 0 | 101100111 | 1100100 | 1010111 |
Color Harmonies of #FFBDBE
Complementary color
Monochromatic Colors of #FFBDBE
Black with #FFBDBE
Text Example
Text Example
White with #FFBDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDBE; }
p { color: rgb(255,189,190); }
H1.HeaderClassName
{
color: #FFBDBE;
}
.AnyTagClassName
{
color: #FFBDBE;
}
</style>
background-color css
<style>
a { background-color: #FFBDBE; }
a { background-color: rgb(255,189,190); }
div.DivClassName
{
background-color: #FFBDBE;
}
.BgClassName
{
background-color: #FFBDBE;
}
</style>
border-color css
<style>
span { border-color: #FFBDBE; }
span { border-color: rgb(255,189,190); }
td.TdClassName
{
border-color: #FFBDBE;
}
.TagClassName
{
border-color: #FFBDBE;
}
</style>