Shades of Azalea #FCC8CC
Tints of Azalea #FCC8CC
RGB
CMYK
RGB Variations
Color information
#FCC8CC (or 0xFCC8CC) is known color: Azalea. HEX triplet: FC, C8 and CC. RGB value is (252,200,204). Sum of RGB (Red+Green+Blue) = 252+200+204=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8CC is #033733. Grayscale: #D8D8D8. Windows color (decimal): -210740 or 13420796. OLE color: 13420796.
HSL color Cylindrical-coordinate representation of color #FCC8CC: hue angle of 355.38º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8CC is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 204 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.01 |
| HSL | 355.38º | 0.9% | 0.89% | - |
| HSV(B) | 355.38º | 0.21% | 0.99% | - |
| XYZ | 71.7 | 66.36 | 66.16 | - |
| YUV | 216 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 204 | 0 | 0.21 | 0.19 | 0.01 | 355.38 | 0.9 | 0.89 |
| Hex | FC | C8 | CC | 0 | 15 | 13 | 1 | 163 | 5A | 59 |
| Octal | 374 | 310 | 314 | 0 | 25 | 23 | 1 | 543 | 132 | 131 |
| Binary | 11111100 | 11001000 | 11001100 | 0 | 10101 | 10011 | 1 | 101100011 | 1011010 | 1011001 |
Color Harmonies of #FCC8CC
Complementary color
Monochromatic Colors of #FCC8CC
Black with #FCC8CC
Text Example
Text Example
White with #FCC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8CC; }
p { color: rgb(252,200,204); }
H1.HeaderClassName
{
color: #FCC8CC;
}
.AnyTagClassName
{
color: #FCC8CC;
}
</style>
background-color css
<style>
a { background-color: #FCC8CC; }
a { background-color: rgb(252,200,204); }
div.DivClassName
{
background-color: #FCC8CC;
}
.BgClassName
{
background-color: #FCC8CC;
}
</style>
border-color css
<style>
span { border-color: #FCC8CC; }
span { border-color: rgb(252,200,204); }
td.TdClassName
{
border-color: #FCC8CC;
}
.TagClassName
{
border-color: #FCC8CC;
}
</style>