Shades of Azalea #FCCACC
Tints of Azalea #FCCACC
RGB
CMYK
RGB Variations
Color information
#FCCACC (or 0xFCCACC) is known color: Azalea. HEX triplet: FC, CA and CC. RGB value is (252,202,204). Sum of RGB (Red+Green+Blue) = 252+202+204=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCACC is #033533. Grayscale: #D9D9D9. Windows color (decimal): -210228 or 13421308. OLE color: 13421308.
HSL color Cylindrical-coordinate representation of color #FCCACC: hue angle of 357.6º 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 #FCCACC is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 204 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.01 |
| HSL | 357.6º | 0.89% | 0.89% | - |
| HSV(B) | 357.6º | 0.2% | 0.99% | - |
| XYZ | 72.16 | 67.3 | 66.31 | - |
| YUV | 217.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 204 | 0 | 0.20 | 0.19 | 0.01 | 357.6 | 0.89 | 0.89 |
| Hex | FC | CA | CC | 0 | 14 | 13 | 1 | 166 | 59 | 59 |
| Octal | 374 | 312 | 314 | 0 | 24 | 23 | 1 | 546 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11001100 | 0 | 10100 | 10011 | 1 | 101100110 | 1011001 | 1011001 |
Color Harmonies of #FCCACC
Complementary color
Monochromatic Colors of #FCCACC
Black with #FCCACC
Text Example
Text Example
White with #FCCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCACC; }
p { color: rgb(252,202,204); }
H1.HeaderClassName
{
color: #FCCACC;
}
.AnyTagClassName
{
color: #FCCACC;
}
</style>
background-color css
<style>
a { background-color: #FCCACC; }
a { background-color: rgb(252,202,204); }
div.DivClassName
{
background-color: #FCCACC;
}
.BgClassName
{
background-color: #FCCACC;
}
</style>
border-color css
<style>
span { border-color: #FCCACC; }
span { border-color: rgb(252,202,204); }
td.TdClassName
{
border-color: #FCCACC;
}
.TagClassName
{
border-color: #FCCACC;
}
</style>