Shades of Azalea #FFBCC1
Tints of Azalea #FFBCC1
RGB
CMYK
RGB Variations
Color information
#FFBCC1 (or 0xFFBCC1) is known color: Azalea. HEX triplet: FF, BC and C1. RGB value is (255,188,193). Sum of RGB (Red+Green+Blue) = 255+188+193=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCC1 is #00433E. Grayscale: #D0D0D0. Windows color (decimal): -17215 or 12696831. OLE color: 12696831.
HSL color Cylindrical-coordinate representation of color #FFBCC1: hue angle of 355.52º 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 #FFBCC1 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 193 | - |
| CMYK | 0 | 0.26 | 0.24 | 0 |
| HSL | 355.52º | 1% | 0.87% | - |
| HSV(B) | 355.52º | 0.26% | 1% | - |
| XYZ | 68.85 | 61.08 | 58.61 | - |
| YUV | 208.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 193 | 0 | 0.26 | 0.24 | 0 | 355.52 | 1 | 0.87 |
| Hex | FF | BC | C1 | 0 | 1A | 18 | 0 | 164 | 64 | 57 |
| Octal | 377 | 274 | 301 | 0 | 32 | 30 | 0 | 544 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11000001 | 0 | 11010 | 11000 | 0 | 101100100 | 1100100 | 1010111 |
Color Harmonies of #FFBCC1
Complementary color
Monochromatic Colors of #FFBCC1
Black with #FFBCC1
Text Example
Text Example
White with #FFBCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCC1; }
p { color: rgb(255,188,193); }
H1.HeaderClassName
{
color: #FFBCC1;
}
.AnyTagClassName
{
color: #FFBCC1;
}
</style>
background-color css
<style>
a { background-color: #FFBCC1; }
a { background-color: rgb(255,188,193); }
div.DivClassName
{
background-color: #FFBCC1;
}
.BgClassName
{
background-color: #FFBCC1;
}
</style>
border-color css
<style>
span { border-color: #FFBCC1; }
span { border-color: rgb(255,188,193); }
td.TdClassName
{
border-color: #FFBCC1;
}
.TagClassName
{
border-color: #FFBCC1;
}
</style>