Shades of Azalea #FFBCBE
Tints of Azalea #FFBCBE
RGB
CMYK
RGB Variations
Color information
#FFBCBE (or 0xFFBCBE) is known color: Azalea. HEX triplet: FF, BC and BE. RGB value is (255,188,190). Sum of RGB (Red+Green+Blue) = 255+188+190=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCBE is #004341. Grayscale: #D0D0D0. Windows color (decimal): -17218 or 12500223. OLE color: 12500223.
HSL color Cylindrical-coordinate representation of color #FFBCBE: hue angle of 358.21º 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 #FFBCBE is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 190 | - |
| CMYK | 0 | 0.26 | 0.25 | 0 |
| HSL | 358.21º | 1% | 0.87% | - |
| HSV(B) | 358.21º | 0.26% | 1% | - |
| XYZ | 68.52 | 60.94 | 56.87 | - |
| YUV | 208.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 190 | 0 | 0.26 | 0.25 | 0 | 358.21 | 1 | 0.87 |
| Hex | FF | BC | BE | 0 | 1A | 19 | 0 | 166 | 64 | 57 |
| Octal | 377 | 274 | 276 | 0 | 32 | 31 | 0 | 546 | 144 | 127 |
| Binary | 11111111 | 10111100 | 10111110 | 0 | 11010 | 11001 | 0 | 101100110 | 1100100 | 1010111 |
Color Harmonies of #FFBCBE
Complementary color
Monochromatic Colors of #FFBCBE
Black with #FFBCBE
Text Example
Text Example
White with #FFBCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCBE; }
p { color: rgb(255,188,190); }
H1.HeaderClassName
{
color: #FFBCBE;
}
.AnyTagClassName
{
color: #FFBCBE;
}
</style>
background-color css
<style>
a { background-color: #FFBCBE; }
a { background-color: rgb(255,188,190); }
div.DivClassName
{
background-color: #FFBCBE;
}
.BgClassName
{
background-color: #FFBCBE;
}
</style>
border-color css
<style>
span { border-color: #FFBCBE; }
span { border-color: rgb(255,188,190); }
td.TdClassName
{
border-color: #FFBCBE;
}
.TagClassName
{
border-color: #FFBCBE;
}
</style>