Shades of Azalea #FCC7CA
Tints of Azalea #FCC7CA
RGB
CMYK
RGB Variations
Color information
#FCC7CA (or 0xFCC7CA) is known color: Azalea. HEX triplet: FC, C7 and CA. RGB value is (252,199,202). Sum of RGB (Red+Green+Blue) = 252+199+202=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 199 (78.12% from 255 or 30.47% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7CA is #033835. Grayscale: #D7D7D7. Windows color (decimal): -210998 or 13289468. OLE color: 13289468.
HSL color Cylindrical-coordinate representation of color #FCC7CA: hue angle of 356.6º 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 #FCC7CA is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 202 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.01 |
| HSL | 356.6º | 0.9% | 0.88% | - |
| HSV(B) | 356.6º | 0.21% | 0.99% | - |
| XYZ | 71.23 | 65.81 | 64.82 | - |
| YUV | 215.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 202 | 0 | 0.21 | 0.20 | 0.01 | 356.6 | 0.9 | 0.88 |
| Hex | FC | C7 | CA | 0 | 15 | 14 | 1 | 165 | 5A | 58 |
| Octal | 374 | 307 | 312 | 0 | 25 | 24 | 1 | 545 | 132 | 130 |
| Binary | 11111100 | 11000111 | 11001010 | 0 | 10101 | 10100 | 1 | 101100101 | 1011010 | 1011000 |
Color Harmonies of #FCC7CA
Complementary color
Monochromatic Colors of #FCC7CA
Black with #FCC7CA
Text Example
Text Example
White with #FCC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC7CA; }
p { color: rgb(252,199,202); }
H1.HeaderClassName
{
color: #FCC7CA;
}
.AnyTagClassName
{
color: #FCC7CA;
}
</style>
background-color css
<style>
a { background-color: #FCC7CA; }
a { background-color: rgb(252,199,202); }
div.DivClassName
{
background-color: #FCC7CA;
}
.BgClassName
{
background-color: #FCC7CA;
}
</style>
border-color css
<style>
span { border-color: #FCC7CA; }
span { border-color: rgb(252,199,202); }
td.TdClassName
{
border-color: #FCC7CA;
}
.TagClassName
{
border-color: #FCC7CA;
}
</style>