Shades of Azalea #FCC9CA
Tints of Azalea #FCC9CA
RGB
CMYK
RGB Variations
Color information
#FCC9CA (or 0xFCC9CA) is known color: Azalea. HEX triplet: FC, C9 and CA. RGB value is (252,201,202). Sum of RGB (Red+Green+Blue) = 252+201+202=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 201 (78.91% from 255 or 30.69% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9CA is #033635. Grayscale: #D8D8D8. Windows color (decimal): -210486 or 13289980. OLE color: 13289980.
HSL color Cylindrical-coordinate representation of color #FCC9CA: hue angle of 358.82º 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 #FCC9CA is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 202 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.01 |
| HSL | 358.82º | 0.89% | 0.89% | - |
| HSV(B) | 358.82º | 0.2% | 0.99% | - |
| XYZ | 71.69 | 66.73 | 64.98 | - |
| YUV | 216.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 202 | 0 | 0.20 | 0.20 | 0.01 | 358.82 | 0.89 | 0.89 |
| Hex | FC | C9 | CA | 0 | 14 | 14 | 1 | 167 | 59 | 59 |
| Octal | 374 | 311 | 312 | 0 | 24 | 24 | 1 | 547 | 131 | 131 |
| Binary | 11111100 | 11001001 | 11001010 | 0 | 10100 | 10100 | 1 | 101100111 | 1011001 | 1011001 |
Color Harmonies of #FCC9CA
Complementary color
Monochromatic Colors of #FCC9CA
Black with #FCC9CA
Text Example
Text Example
White with #FCC9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9CA; }
p { color: rgb(252,201,202); }
H1.HeaderClassName
{
color: #FCC9CA;
}
.AnyTagClassName
{
color: #FCC9CA;
}
</style>
background-color css
<style>
a { background-color: #FCC9CA; }
a { background-color: rgb(252,201,202); }
div.DivClassName
{
background-color: #FCC9CA;
}
.BgClassName
{
background-color: #FCC9CA;
}
</style>
border-color css
<style>
span { border-color: #FCC9CA; }
span { border-color: rgb(252,201,202); }
td.TdClassName
{
border-color: #FCC9CA;
}
.TagClassName
{
border-color: #FCC9CA;
}
</style>