Shades of Azalea #FCC9CB
Tints of Azalea #FCC9CB
RGB
CMYK
RGB Variations
Color information
#FCC9CB (or 0xFCC9CB) is known color: Azalea. HEX triplet: FC, C9 and CB. RGB value is (252,201,203). Sum of RGB (Red+Green+Blue) = 252+201+203=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9CB is #033634. Grayscale: #D8D8D8. Windows color (decimal): -210485 or 13355516. OLE color: 13355516.
HSL color Cylindrical-coordinate representation of color #FCC9CB: hue angle of 357.65º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCC9CB is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 203 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.01 |
| HSL | 357.65º | 0.89% | 0.89% | - |
| HSV(B) | 357.65º | 0.2% | 0.99% | - |
| XYZ | 71.81 | 66.78 | 65.61 | - |
| YUV | 216.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 203 | 0 | 0.20 | 0.19 | 0.01 | 357.65 | 0.89 | 0.89 |
| Hex | FC | C9 | CB | 0 | 14 | 13 | 1 | 166 | 59 | 59 |
| Octal | 374 | 311 | 313 | 0 | 24 | 23 | 1 | 546 | 131 | 131 |
| Binary | 11111100 | 11001001 | 11001011 | 0 | 10100 | 10011 | 1 | 101100110 | 1011001 | 1011001 |
Color Harmonies of #FCC9CB
Complementary color
Monochromatic Colors of #FCC9CB
Black with #FCC9CB
Text Example
Text Example
White with #FCC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9CB; }
p { color: rgb(252,201,203); }
H1.HeaderClassName
{
color: #FCC9CB;
}
.AnyTagClassName
{
color: #FCC9CB;
}
</style>
background-color css
<style>
a { background-color: #FCC9CB; }
a { background-color: rgb(252,201,203); }
div.DivClassName
{
background-color: #FCC9CB;
}
.BgClassName
{
background-color: #FCC9CB;
}
</style>
border-color css
<style>
span { border-color: #FCC9CB; }
span { border-color: rgb(252,201,203); }
td.TdClassName
{
border-color: #FCC9CB;
}
.TagClassName
{
border-color: #FCC9CB;
}
</style>