Shades of Azalea #FCC4C8
Tints of Azalea #FCC4C8
RGB
CMYK
RGB Variations
Color information
#FCC4C8 (or 0xFCC4C8) is known color: Azalea. HEX triplet: FC, C4 and C8. RGB value is (252,196,200). Sum of RGB (Red+Green+Blue) = 252+196+200=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 196 (76.95% from 255 or 30.25% from 648); Blue value is 200 (78.52% from 255 or 30.86% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4C8 is #033B37. Grayscale: #D5D5D5. Windows color (decimal): -211768 or 13157628. OLE color: 13157628.
HSL color Cylindrical-coordinate representation of color #FCC4C8: hue angle of 355.71º 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 #FCC4C8 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 200 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.01 |
| HSL | 355.71º | 0.9% | 0.88% | - |
| HSV(B) | 355.71º | 0.22% | 0.99% | - |
| XYZ | 70.31 | 64.35 | 63.36 | - |
| YUV | 213.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 200 | 0 | 0.22 | 0.21 | 0.01 | 355.71 | 0.9 | 0.88 |
| Hex | FC | C4 | C8 | 0 | 16 | 15 | 1 | 164 | 5A | 58 |
| Octal | 374 | 304 | 310 | 0 | 26 | 25 | 1 | 544 | 132 | 130 |
| Binary | 11111100 | 11000100 | 11001000 | 0 | 10110 | 10101 | 1 | 101100100 | 1011010 | 1011000 |
Color Harmonies of #FCC4C8
Complementary color
Monochromatic Colors of #FCC4C8
Black with #FCC4C8
Text Example
Text Example
White with #FCC4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4C8; }
p { color: rgb(252,196,200); }
H1.HeaderClassName
{
color: #FCC4C8;
}
.AnyTagClassName
{
color: #FCC4C8;
}
</style>
background-color css
<style>
a { background-color: #FCC4C8; }
a { background-color: rgb(252,196,200); }
div.DivClassName
{
background-color: #FCC4C8;
}
.BgClassName
{
background-color: #FCC4C8;
}
</style>
border-color css
<style>
span { border-color: #FCC4C8; }
span { border-color: rgb(252,196,200); }
td.TdClassName
{
border-color: #FCC4C8;
}
.TagClassName
{
border-color: #FCC4C8;
}
</style>