Shades of Azalea #FFBDBF
Tints of Azalea #FFBDBF
RGB
CMYK
RGB Variations
Color information
#FFBDBF (or 0xFFBDBF) is known color: Azalea. HEX triplet: FF, BD and BF. RGB value is (255,189,191). Sum of RGB (Red+Green+Blue) = 255+189+191=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDBF is #004240. Grayscale: #D1D1D1. Windows color (decimal): -16961 or 12566015. OLE color: 12566015.
HSL color Cylindrical-coordinate representation of color #FFBDBF: hue angle of 358.18º 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 #FFBDBF is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 191 | - |
| CMYK | 0 | 0.26 | 0.25 | 0 |
| HSL | 358.18º | 1% | 0.87% | - |
| HSV(B) | 358.18º | 0.26% | 1% | - |
| XYZ | 68.84 | 61.42 | 57.52 | - |
| YUV | 208.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 191 | 0 | 0.26 | 0.25 | 0 | 358.18 | 1 | 0.87 |
| Hex | FF | BD | BF | 0 | 1A | 19 | 0 | 166 | 64 | 57 |
| Octal | 377 | 275 | 277 | 0 | 32 | 31 | 0 | 546 | 144 | 127 |
| Binary | 11111111 | 10111101 | 10111111 | 0 | 11010 | 11001 | 0 | 101100110 | 1100100 | 1010111 |
Color Harmonies of #FFBDBF
Complementary color
Monochromatic Colors of #FFBDBF
Black with #FFBDBF
Text Example
Text Example
White with #FFBDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDBF; }
p { color: rgb(255,189,191); }
H1.HeaderClassName
{
color: #FFBDBF;
}
.AnyTagClassName
{
color: #FFBDBF;
}
</style>
background-color css
<style>
a { background-color: #FFBDBF; }
a { background-color: rgb(255,189,191); }
div.DivClassName
{
background-color: #FFBDBF;
}
.BgClassName
{
background-color: #FFBDBF;
}
</style>
border-color css
<style>
span { border-color: #FFBDBF; }
span { border-color: rgb(255,189,191); }
td.TdClassName
{
border-color: #FFBDBF;
}
.TagClassName
{
border-color: #FFBDBF;
}
</style>