Shades of Classic Rose #FCC6DC
Tints of Classic Rose #FCC6DC
RGB
CMYK
RGB Variations
Color information
#FCC6DC (or 0xFCC6DC) is known color: Classic Rose. HEX triplet: FC, C6 and DC. RGB value is (252,198,220). Sum of RGB (Red+Green+Blue) = 252+198+220=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 198 (77.73% from 255 or 29.55% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6DC is #033923. Grayscale: #D8D8D8. Windows color (decimal): -211236 or 14468860. OLE color: 14468860.
HSL color Cylindrical-coordinate representation of color #FCC6DC: hue angle of 335.56º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC6DC is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 220 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.01 |
| HSL | 335.56º | 0.9% | 0.88% | - |
| HSV(B) | 335.56º | 0.21% | 0.99% | - |
| XYZ | 73.26 | 66.25 | 76.64 | - |
| YUV | 216.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 220 | 0 | 0.21 | 0.13 | 0.01 | 335.56 | 0.9 | 0.88 |
| Hex | FC | C6 | DC | 0 | 15 | D | 1 | 150 | 5A | 58 |
| Octal | 374 | 306 | 334 | 0 | 25 | 15 | 1 | 520 | 132 | 130 |
| Binary | 11111100 | 11000110 | 11011100 | 0 | 10101 | 1101 | 1 | 101010000 | 1011010 | 1011000 |
Color Harmonies of #FCC6DC
Complementary color
Monochromatic Colors of #FCC6DC
Black with #FCC6DC
Text Example
Text Example
White with #FCC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6DC; }
p { color: rgb(252,198,220); }
H1.HeaderClassName
{
color: #FCC6DC;
}
.AnyTagClassName
{
color: #FCC6DC;
}
</style>
background-color css
<style>
a { background-color: #FCC6DC; }
a { background-color: rgb(252,198,220); }
div.DivClassName
{
background-color: #FCC6DC;
}
.BgClassName
{
background-color: #FCC6DC;
}
</style>
border-color css
<style>
span { border-color: #FCC6DC; }
span { border-color: rgb(252,198,220); }
td.TdClassName
{
border-color: #FCC6DC;
}
.TagClassName
{
border-color: #FCC6DC;
}
</style>