Shades of Azalea #FCBABD
Tints of Azalea #FCBABD
RGB
CMYK
RGB Variations
Color information
#FCBABD (or 0xFCBABD) is known color: Azalea. HEX triplet: FC, BA and BD. RGB value is (252,186,189). Sum of RGB (Red+Green+Blue) = 252+186+189=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBABD is #034542. Grayscale: #CECECE. Windows color (decimal): -214339 or 12434172. OLE color: 12434172.
HSL color Cylindrical-coordinate representation of color #FCBABD: hue angle of 357.27º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBABD is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 189 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.01 |
| HSL | 357.27º | 0.92% | 0.86% | - |
| HSV(B) | 357.27º | 0.26% | 0.99% | - |
| XYZ | 66.89 | 59.49 | 56.1 | - |
| YUV | 206.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 189 | 0 | 0.26 | 0.25 | 0.01 | 357.27 | 0.92 | 0.86 |
| Hex | FC | BA | BD | 0 | 1A | 19 | 1 | 165 | 5C | 56 |
| Octal | 374 | 272 | 275 | 0 | 32 | 31 | 1 | 545 | 134 | 126 |
| Binary | 11111100 | 10111010 | 10111101 | 0 | 11010 | 11001 | 1 | 101100101 | 1011100 | 1010110 |
Color Harmonies of #FCBABD
Complementary color
Monochromatic Colors of #FCBABD
Black with #FCBABD
Text Example
Text Example
White with #FCBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBABD; }
p { color: rgb(252,186,189); }
H1.HeaderClassName
{
color: #FCBABD;
}
.AnyTagClassName
{
color: #FCBABD;
}
</style>
background-color css
<style>
a { background-color: #FCBABD; }
a { background-color: rgb(252,186,189); }
div.DivClassName
{
background-color: #FCBABD;
}
.BgClassName
{
background-color: #FCBABD;
}
</style>
border-color css
<style>
span { border-color: #FCBABD; }
span { border-color: rgb(252,186,189); }
td.TdClassName
{
border-color: #FCBABD;
}
.TagClassName
{
border-color: #FCBABD;
}
</style>