Shades of Classic Rose #FCC1DC
Tints of Classic Rose #FCC1DC
RGB
CMYK
RGB Variations
Color information
#FCC1DC (or 0xFCC1DC) is known color: Classic Rose. HEX triplet: FC, C1 and DC. RGB value is (252,193,220). Sum of RGB (Red+Green+Blue) = 252+193+220=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 193 (75.78% from 255 or 29.02% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1DC is #033E23. Grayscale: #D5D5D5. Windows color (decimal): -212516 or 14467580. OLE color: 14467580.
HSL color Cylindrical-coordinate representation of color #FCC1DC: hue angle of 332.54º 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 #FCC1DC is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 220 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.01 |
| HSL | 332.54º | 0.91% | 0.87% | - |
| HSV(B) | 332.54º | 0.23% | 0.99% | - |
| XYZ | 72.13 | 64 | 76.26 | - |
| YUV | 213.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 220 | 0 | 0.23 | 0.13 | 0.01 | 332.54 | 0.91 | 0.87 |
| Hex | FC | C1 | DC | 0 | 17 | D | 1 | 14D | 5B | 57 |
| Octal | 374 | 301 | 334 | 0 | 27 | 15 | 1 | 515 | 133 | 127 |
| Binary | 11111100 | 11000001 | 11011100 | 0 | 10111 | 1101 | 1 | 101001101 | 1011011 | 1010111 |
Color Harmonies of #FCC1DC
Complementary color
Monochromatic Colors of #FCC1DC
Black with #FCC1DC
Text Example
Text Example
White with #FCC1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1DC; }
p { color: rgb(252,193,220); }
H1.HeaderClassName
{
color: #FCC1DC;
}
.AnyTagClassName
{
color: #FCC1DC;
}
</style>
background-color css
<style>
a { background-color: #FCC1DC; }
a { background-color: rgb(252,193,220); }
div.DivClassName
{
background-color: #FCC1DC;
}
.BgClassName
{
background-color: #FCC1DC;
}
</style>
border-color css
<style>
span { border-color: #FCC1DC; }
span { border-color: rgb(252,193,220); }
td.TdClassName
{
border-color: #FCC1DC;
}
.TagClassName
{
border-color: #FCC1DC;
}
</style>