Shades of Classic Rose #FCC9DC
Tints of Classic Rose #FCC9DC
RGB
CMYK
RGB Variations
Color information
#FCC9DC (or 0xFCC9DC) is known color: Classic Rose. HEX triplet: FC, C9 and DC. RGB value is (252,201,220). Sum of RGB (Red+Green+Blue) = 252+201+220=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 201 (78.91% from 255 or 29.87% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9DC is #033623. Grayscale: #DADADA. Windows color (decimal): -210468 or 14469628. OLE color: 14469628.
HSL color Cylindrical-coordinate representation of color #FCC9DC: hue angle of 337.65º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCC9DC is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 220 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.01 |
| HSL | 337.65º | 0.89% | 0.89% | - |
| HSV(B) | 337.65º | 0.2% | 0.99% | - |
| XYZ | 73.95 | 67.64 | 76.87 | - |
| YUV | 218.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 220 | 0 | 0.20 | 0.13 | 0.01 | 337.65 | 0.89 | 0.89 |
| Hex | FC | C9 | DC | 0 | 14 | D | 1 | 152 | 59 | 59 |
| Octal | 374 | 311 | 334 | 0 | 24 | 15 | 1 | 522 | 131 | 131 |
| Binary | 11111100 | 11001001 | 11011100 | 0 | 10100 | 1101 | 1 | 101010010 | 1011001 | 1011001 |
Color Harmonies of #FCC9DC
Complementary color
Monochromatic Colors of #FCC9DC
Black with #FCC9DC
Text Example
Text Example
White with #FCC9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9DC; }
p { color: rgb(252,201,220); }
H1.HeaderClassName
{
color: #FCC9DC;
}
.AnyTagClassName
{
color: #FCC9DC;
}
</style>
background-color css
<style>
a { background-color: #FCC9DC; }
a { background-color: rgb(252,201,220); }
div.DivClassName
{
background-color: #FCC9DC;
}
.BgClassName
{
background-color: #FCC9DC;
}
</style>
border-color css
<style>
span { border-color: #FCC9DC; }
span { border-color: rgb(252,201,220); }
td.TdClassName
{
border-color: #FCC9DC;
}
.TagClassName
{
border-color: #FCC9DC;
}
</style>