Shades of Azalea #FCBABC
Tints of Azalea #FCBABC
RGB
CMYK
RGB Variations
Color information
#FCBABC (or 0xFCBABC) is known color: Azalea. HEX triplet: FC, BA and BC. RGB value is (252,186,188). Sum of RGB (Red+Green+Blue) = 252+186+188=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBABC is #034543. Grayscale: #CECECE. Windows color (decimal): -214340 or 12368636. OLE color: 12368636.
HSL color Cylindrical-coordinate representation of color #FCBABC: hue angle of 358.18º 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 #FCBABC is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 188 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.01 |
| HSL | 358.18º | 0.92% | 0.86% | - |
| HSV(B) | 358.18º | 0.26% | 0.99% | - |
| XYZ | 66.78 | 59.44 | 55.53 | - |
| YUV | 205.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 188 | 0 | 0.26 | 0.25 | 0.01 | 358.18 | 0.92 | 0.86 |
| Hex | FC | BA | BC | 0 | 1A | 19 | 1 | 166 | 5C | 56 |
| Octal | 374 | 272 | 274 | 0 | 32 | 31 | 1 | 546 | 134 | 126 |
| Binary | 11111100 | 10111010 | 10111100 | 0 | 11010 | 11001 | 1 | 101100110 | 1011100 | 1010110 |
Color Harmonies of #FCBABC
Complementary color
Monochromatic Colors of #FCBABC
Black with #FCBABC
Text Example
Text Example
White with #FCBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBABC; }
p { color: rgb(252,186,188); }
H1.HeaderClassName
{
color: #FCBABC;
}
.AnyTagClassName
{
color: #FCBABC;
}
</style>
background-color css
<style>
a { background-color: #FCBABC; }
a { background-color: rgb(252,186,188); }
div.DivClassName
{
background-color: #FCBABC;
}
.BgClassName
{
background-color: #FCBABC;
}
</style>
border-color css
<style>
span { border-color: #FCBABC; }
span { border-color: rgb(252,186,188); }
td.TdClassName
{
border-color: #FCBABC;
}
.TagClassName
{
border-color: #FCBABC;
}
</style>