Shades of Azalea #FCC6CA
Tints of Azalea #FCC6CA
RGB
CMYK
RGB Variations
Color information
#FCC6CA (or 0xFCC6CA) is known color: Azalea. HEX triplet: FC, C6 and CA. RGB value is (252,198,202). Sum of RGB (Red+Green+Blue) = 252+198+202=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6CA is #033935. Grayscale: #D6D6D6. Windows color (decimal): -211254 or 13289212. OLE color: 13289212.
HSL color Cylindrical-coordinate representation of color #FCC6CA: hue angle of 355.56º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC6CA is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 202 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.01 |
| HSL | 355.56º | 0.9% | 0.88% | - |
| HSV(B) | 355.56º | 0.21% | 0.99% | - |
| XYZ | 71 | 65.35 | 64.75 | - |
| YUV | 214.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 202 | 0 | 0.21 | 0.20 | 0.01 | 355.56 | 0.9 | 0.88 |
| Hex | FC | C6 | CA | 0 | 15 | 14 | 1 | 164 | 5A | 58 |
| Octal | 374 | 306 | 312 | 0 | 25 | 24 | 1 | 544 | 132 | 130 |
| Binary | 11111100 | 11000110 | 11001010 | 0 | 10101 | 10100 | 1 | 101100100 | 1011010 | 1011000 |
Color Harmonies of #FCC6CA
Complementary color
Monochromatic Colors of #FCC6CA
Black with #FCC6CA
Text Example
Text Example
White with #FCC6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6CA; }
p { color: rgb(252,198,202); }
H1.HeaderClassName
{
color: #FCC6CA;
}
.AnyTagClassName
{
color: #FCC6CA;
}
</style>
background-color css
<style>
a { background-color: #FCC6CA; }
a { background-color: rgb(252,198,202); }
div.DivClassName
{
background-color: #FCC6CA;
}
.BgClassName
{
background-color: #FCC6CA;
}
</style>
border-color css
<style>
span { border-color: #FCC6CA; }
span { border-color: rgb(252,198,202); }
td.TdClassName
{
border-color: #FCC6CA;
}
.TagClassName
{
border-color: #FCC6CA;
}
</style>