Shades of Azalea #FCC0C3
Tints of Azalea #FCC0C3
RGB
CMYK
RGB Variations
Color information
#FCC0C3 (or 0xFCC0C3) is known color: Azalea. HEX triplet: FC, C0 and C3. RGB value is (252,192,195). Sum of RGB (Red+Green+Blue) = 252+192+195=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 195 (76.56% from 255 or 30.52% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0C3 is #033F3C. Grayscale: #D2D2D2. Windows color (decimal): -212797 or 12828924. OLE color: 12828924.
HSL color Cylindrical-coordinate representation of color #FCC0C3: hue angle of 357º 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 #FCC0C3 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 195 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.01 |
| HSL | 357º | 0.91% | 0.87% | - |
| HSV(B) | 357º | 0.24% | 0.99% | - |
| XYZ | 68.84 | 62.33 | 60.03 | - |
| YUV | 210.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 195 | 0 | 0.24 | 0.23 | 0.01 | 357 | 0.91 | 0.87 |
| Hex | FC | C0 | C3 | 0 | 18 | 17 | 1 | 165 | 5B | 57 |
| Octal | 374 | 300 | 303 | 0 | 30 | 27 | 1 | 545 | 133 | 127 |
| Binary | 11111100 | 11000000 | 11000011 | 0 | 11000 | 10111 | 1 | 101100101 | 1011011 | 1010111 |
Color Harmonies of #FCC0C3
Complementary color
Monochromatic Colors of #FCC0C3
Black with #FCC0C3
Text Example
Text Example
White with #FCC0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC0C3; }
p { color: rgb(252,192,195); }
H1.HeaderClassName
{
color: #FCC0C3;
}
.AnyTagClassName
{
color: #FCC0C3;
}
</style>
background-color css
<style>
a { background-color: #FCC0C3; }
a { background-color: rgb(252,192,195); }
div.DivClassName
{
background-color: #FCC0C3;
}
.BgClassName
{
background-color: #FCC0C3;
}
</style>
border-color css
<style>
span { border-color: #FCC0C3; }
span { border-color: rgb(252,192,195); }
td.TdClassName
{
border-color: #FCC0C3;
}
.TagClassName
{
border-color: #FCC0C3;
}
</style>