Shades of Classic Rose #FCC6D9
Tints of Classic Rose #FCC6D9
RGB
CMYK
RGB Variations
Color information
#FCC6D9 (or 0xFCC6D9) is known color: Classic Rose. HEX triplet: FC, C6 and D9. RGB value is (252,198,217). Sum of RGB (Red+Green+Blue) = 252+198+217=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 198 (77.73% from 255 or 29.69% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6D9 is #033926. Grayscale: #D8D8D8. Windows color (decimal): -211239 or 14272252. OLE color: 14272252.
HSL color Cylindrical-coordinate representation of color #FCC6D9: hue angle of 338.89º 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 #FCC6D9 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 217 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.01 |
| HSL | 338.89º | 0.9% | 0.88% | - |
| HSV(B) | 338.89º | 0.21% | 0.99% | - |
| XYZ | 72.86 | 66.09 | 74.56 | - |
| YUV | 216.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 217 | 0 | 0.21 | 0.14 | 0.01 | 338.89 | 0.9 | 0.88 |
| Hex | FC | C6 | D9 | 0 | 15 | E | 1 | 153 | 5A | 58 |
| Octal | 374 | 306 | 331 | 0 | 25 | 16 | 1 | 523 | 132 | 130 |
| Binary | 11111100 | 11000110 | 11011001 | 0 | 10101 | 1110 | 1 | 101010011 | 1011010 | 1011000 |
Color Harmonies of #FCC6D9
Complementary color
Monochromatic Colors of #FCC6D9
Black with #FCC6D9
Text Example
Text Example
White with #FCC6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6D9; }
p { color: rgb(252,198,217); }
H1.HeaderClassName
{
color: #FCC6D9;
}
.AnyTagClassName
{
color: #FCC6D9;
}
</style>
background-color css
<style>
a { background-color: #FCC6D9; }
a { background-color: rgb(252,198,217); }
div.DivClassName
{
background-color: #FCC6D9;
}
.BgClassName
{
background-color: #FCC6D9;
}
</style>
border-color css
<style>
span { border-color: #FCC6D9; }
span { border-color: rgb(252,198,217); }
td.TdClassName
{
border-color: #FCC6D9;
}
.TagClassName
{
border-color: #FCC6D9;
}
</style>