Shades of Classic Rose #FCC0DC
Tints of Classic Rose #FCC0DC
RGB
CMYK
RGB Variations
Color information
#FCC0DC (or 0xFCC0DC) is known color: Classic Rose. HEX triplet: FC, C0 and DC. RGB value is (252,192,220). Sum of RGB (Red+Green+Blue) = 252+192+220=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0DC is #033F23. Grayscale: #D5D5D5. Windows color (decimal): -212772 or 14467324. OLE color: 14467324.
HSL color Cylindrical-coordinate representation of color #FCC0DC: hue angle of 332º 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 #FCC0DC is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 220 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.01 |
| HSL | 332º | 0.91% | 0.87% | - |
| HSV(B) | 332º | 0.24% | 0.99% | - |
| XYZ | 71.91 | 63.56 | 76.19 | - |
| YUV | 213.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 220 | 0 | 0.24 | 0.13 | 0.01 | 332 | 0.91 | 0.87 |
| Hex | FC | C0 | DC | 0 | 18 | D | 1 | 14C | 5B | 57 |
| Octal | 374 | 300 | 334 | 0 | 30 | 15 | 1 | 514 | 133 | 127 |
| Binary | 11111100 | 11000000 | 11011100 | 0 | 11000 | 1101 | 1 | 101001100 | 1011011 | 1010111 |
Color Harmonies of #FCC0DC
Complementary color
Monochromatic Colors of #FCC0DC
Black with #FCC0DC
Text Example
Text Example
White with #FCC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC0DC; }
p { color: rgb(252,192,220); }
H1.HeaderClassName
{
color: #FCC0DC;
}
.AnyTagClassName
{
color: #FCC0DC;
}
</style>
background-color css
<style>
a { background-color: #FCC0DC; }
a { background-color: rgb(252,192,220); }
div.DivClassName
{
background-color: #FCC0DC;
}
.BgClassName
{
background-color: #FCC0DC;
}
</style>
border-color css
<style>
span { border-color: #FCC0DC; }
span { border-color: rgb(252,192,220); }
td.TdClassName
{
border-color: #FCC0DC;
}
.TagClassName
{
border-color: #FCC0DC;
}
</style>