Shades of Classic Rose #FCC2DC
Tints of Classic Rose #FCC2DC
RGB
CMYK
RGB Variations
Color information
#FCC2DC (or 0xFCC2DC) is known color: Classic Rose. HEX triplet: FC, C2 and DC. RGB value is (252,194,220). Sum of RGB (Red+Green+Blue) = 252+194+220=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 194 (76.17% from 255 or 29.13% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2DC is #033D23. Grayscale: #D6D6D6. Windows color (decimal): -212260 or 14467836. OLE color: 14467836.
HSL color Cylindrical-coordinate representation of color #FCC2DC: hue angle of 333.1º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC2DC is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 220 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.01 |
| HSL | 333.1º | 0.91% | 0.87% | - |
| HSV(B) | 333.1º | 0.23% | 0.99% | - |
| XYZ | 72.35 | 64.45 | 76.34 | - |
| YUV | 214.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 220 | 0 | 0.23 | 0.13 | 0.01 | 333.1 | 0.91 | 0.87 |
| Hex | FC | C2 | DC | 0 | 17 | D | 1 | 14D | 5B | 57 |
| Octal | 374 | 302 | 334 | 0 | 27 | 15 | 1 | 515 | 133 | 127 |
| Binary | 11111100 | 11000010 | 11011100 | 0 | 10111 | 1101 | 1 | 101001101 | 1011011 | 1010111 |
Color Harmonies of #FCC2DC
Complementary color
Monochromatic Colors of #FCC2DC
Black with #FCC2DC
Text Example
Text Example
White with #FCC2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2DC; }
p { color: rgb(252,194,220); }
H1.HeaderClassName
{
color: #FCC2DC;
}
.AnyTagClassName
{
color: #FCC2DC;
}
</style>
background-color css
<style>
a { background-color: #FCC2DC; }
a { background-color: rgb(252,194,220); }
div.DivClassName
{
background-color: #FCC2DC;
}
.BgClassName
{
background-color: #FCC2DC;
}
</style>
border-color css
<style>
span { border-color: #FCC2DC; }
span { border-color: rgb(252,194,220); }
td.TdClassName
{
border-color: #FCC2DC;
}
.TagClassName
{
border-color: #FCC2DC;
}
</style>