Shades of Azalea #FCC0C1
Tints of Azalea #FCC0C1
RGB
CMYK
RGB Variations
Color information
#FCC0C1 (or 0xFCC0C1) is known color: Azalea. HEX triplet: FC, C0 and C1. RGB value is (252,192,193). Sum of RGB (Red+Green+Blue) = 252+192+193=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 192 (75.39% from 255 or 30.14% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0C1 is #033F3E. Grayscale: #D2D2D2. Windows color (decimal): -212799 or 12697852. OLE color: 12697852.
HSL color Cylindrical-coordinate representation of color #FCC0C1: hue angle of 359º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCC0C1 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 193 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.01 |
| HSL | 359º | 0.91% | 0.87% | - |
| HSV(B) | 359º | 0.24% | 0.99% | - |
| XYZ | 68.62 | 62.24 | 58.85 | - |
| YUV | 210.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 193 | 0 | 0.24 | 0.23 | 0.01 | 359 | 0.91 | 0.87 |
| Hex | FC | C0 | C1 | 0 | 18 | 17 | 1 | 167 | 5B | 57 |
| Octal | 374 | 300 | 301 | 0 | 30 | 27 | 1 | 547 | 133 | 127 |
| Binary | 11111100 | 11000000 | 11000001 | 0 | 11000 | 10111 | 1 | 101100111 | 1011011 | 1010111 |
Color Harmonies of #FCC0C1
Complementary color
Monochromatic Colors of #FCC0C1
Black with #FCC0C1
Text Example
Text Example
White with #FCC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC0C1; }
p { color: rgb(252,192,193); }
H1.HeaderClassName
{
color: #FCC0C1;
}
.AnyTagClassName
{
color: #FCC0C1;
}
</style>
background-color css
<style>
a { background-color: #FCC0C1; }
a { background-color: rgb(252,192,193); }
div.DivClassName
{
background-color: #FCC0C1;
}
.BgClassName
{
background-color: #FCC0C1;
}
</style>
border-color css
<style>
span { border-color: #FCC0C1; }
span { border-color: rgb(252,192,193); }
td.TdClassName
{
border-color: #FCC0C1;
}
.TagClassName
{
border-color: #FCC0C1;
}
</style>