Shades of Azalea #FCC5CA
Tints of Azalea #FCC5CA
RGB
CMYK
RGB Variations
Color information
#FCC5CA (or 0xFCC5CA) is known color: Azalea. HEX triplet: FC, C5 and CA. RGB value is (252,197,202). Sum of RGB (Red+Green+Blue) = 252+197+202=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5CA is #033A35. Grayscale: #D6D6D6. Windows color (decimal): -211510 or 13288956. OLE color: 13288956.
HSL color Cylindrical-coordinate representation of color #FCC5CA: hue angle of 354.55º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC5CA is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 202 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.01 |
| HSL | 354.55º | 0.9% | 0.88% | - |
| HSV(B) | 354.55º | 0.22% | 0.99% | - |
| XYZ | 70.77 | 64.89 | 64.67 | - |
| YUV | 214.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 202 | 0 | 0.22 | 0.20 | 0.01 | 354.55 | 0.9 | 0.88 |
| Hex | FC | C5 | CA | 0 | 16 | 14 | 1 | 163 | 5A | 58 |
| Octal | 374 | 305 | 312 | 0 | 26 | 24 | 1 | 543 | 132 | 130 |
| Binary | 11111100 | 11000101 | 11001010 | 0 | 10110 | 10100 | 1 | 101100011 | 1011010 | 1011000 |
Color Harmonies of #FCC5CA
Complementary color
Monochromatic Colors of #FCC5CA
Black with #FCC5CA
Text Example
Text Example
White with #FCC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5CA; }
p { color: rgb(252,197,202); }
H1.HeaderClassName
{
color: #FCC5CA;
}
.AnyTagClassName
{
color: #FCC5CA;
}
</style>
background-color css
<style>
a { background-color: #FCC5CA; }
a { background-color: rgb(252,197,202); }
div.DivClassName
{
background-color: #FCC5CA;
}
.BgClassName
{
background-color: #FCC5CA;
}
</style>
border-color css
<style>
span { border-color: #FCC5CA; }
span { border-color: rgb(252,197,202); }
td.TdClassName
{
border-color: #FCC5CA;
}
.TagClassName
{
border-color: #FCC5CA;
}
</style>