Shades of Azalea #FCC3C7
Tints of Azalea #FCC3C7
RGB
CMYK
RGB Variations
Color information
#FCC3C7 (or 0xFCC3C7) is known color: Azalea. HEX triplet: FC, C3 and C7. RGB value is (252,195,199). Sum of RGB (Red+Green+Blue) = 252+195+199=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 195 (76.56% from 255 or 30.19% from 646); Blue value is 199 (78.12% from 255 or 30.80% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3C7 is #033C38. Grayscale: #D4D4D4. Windows color (decimal): -212025 or 13091836. OLE color: 13091836.
HSL color Cylindrical-coordinate representation of color #FCC3C7: hue angle of 355.79º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC3C7 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 199 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.01 |
| HSL | 355.79º | 0.9% | 0.88% | - |
| HSV(B) | 355.79º | 0.23% | 0.99% | - |
| XYZ | 69.97 | 63.85 | 62.67 | - |
| YUV | 212.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 199 | 0 | 0.23 | 0.21 | 0.01 | 355.79 | 0.9 | 0.88 |
| Hex | FC | C3 | C7 | 0 | 17 | 15 | 1 | 164 | 5A | 58 |
| Octal | 374 | 303 | 307 | 0 | 27 | 25 | 1 | 544 | 132 | 130 |
| Binary | 11111100 | 11000011 | 11000111 | 0 | 10111 | 10101 | 1 | 101100100 | 1011010 | 1011000 |
Color Harmonies of #FCC3C7
Complementary color
Monochromatic Colors of #FCC3C7
Black with #FCC3C7
Text Example
Text Example
White with #FCC3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3C7; }
p { color: rgb(252,195,199); }
H1.HeaderClassName
{
color: #FCC3C7;
}
.AnyTagClassName
{
color: #FCC3C7;
}
</style>
background-color css
<style>
a { background-color: #FCC3C7; }
a { background-color: rgb(252,195,199); }
div.DivClassName
{
background-color: #FCC3C7;
}
.BgClassName
{
background-color: #FCC3C7;
}
</style>
border-color css
<style>
span { border-color: #FCC3C7; }
span { border-color: rgb(252,195,199); }
td.TdClassName
{
border-color: #FCC3C7;
}
.TagClassName
{
border-color: #FCC3C7;
}
</style>