Shades of Azalea #FCBABB
Tints of Azalea #FCBABB
RGB
CMYK
RGB Variations
Color information
#FCBABB (or 0xFCBABB) is known color: Azalea. HEX triplet: FC, BA and BB. RGB value is (252,186,187). Sum of RGB (Red+Green+Blue) = 252+186+187=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBABB is #034544. Grayscale: #CDCDCD. Windows color (decimal): -214341 or 12303100. OLE color: 12303100.
HSL color Cylindrical-coordinate representation of color #FCBABB: hue angle of 359.09º 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 #FCBABB is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 187 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.01 |
| HSL | 359.09º | 0.92% | 0.86% | - |
| HSV(B) | 359.09º | 0.26% | 0.99% | - |
| XYZ | 66.67 | 59.4 | 54.97 | - |
| YUV | 205.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 187 | 0 | 0.26 | 0.26 | 0.01 | 359.09 | 0.92 | 0.86 |
| Hex | FC | BA | BB | 0 | 1A | 1A | 1 | 167 | 5C | 56 |
| Octal | 374 | 272 | 273 | 0 | 32 | 32 | 1 | 547 | 134 | 126 |
| Binary | 11111100 | 10111010 | 10111011 | 0 | 11010 | 11010 | 1 | 101100111 | 1011100 | 1010110 |
Color Harmonies of #FCBABB
Complementary color
Monochromatic Colors of #FCBABB
Black with #FCBABB
Text Example
Text Example
White with #FCBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBABB; }
p { color: rgb(252,186,187); }
H1.HeaderClassName
{
color: #FCBABB;
}
.AnyTagClassName
{
color: #FCBABB;
}
</style>
background-color css
<style>
a { background-color: #FCBABB; }
a { background-color: rgb(252,186,187); }
div.DivClassName
{
background-color: #FCBABB;
}
.BgClassName
{
background-color: #FCBABB;
}
</style>
border-color css
<style>
span { border-color: #FCBABB; }
span { border-color: rgb(252,186,187); }
td.TdClassName
{
border-color: #FCBABB;
}
.TagClassName
{
border-color: #FCBABB;
}
</style>