Shades of Classic Rose #FCC6DF
Tints of Classic Rose #FCC6DF
RGB
CMYK
RGB Variations
Color information
#FCC6DF (or 0xFCC6DF) is known color: Classic Rose. HEX triplet: FC, C6 and DF. RGB value is (252,198,223). Sum of RGB (Red+Green+Blue) = 252+198+223=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 198 (77.73% from 255 or 29.42% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6DF is #033920. Grayscale: #D8D8D8. Windows color (decimal): -211233 or 14665468. OLE color: 14665468.
HSL color Cylindrical-coordinate representation of color #FCC6DF: hue angle of 332.22º 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 #FCC6DF is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 223 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.01 |
| HSL | 332.22º | 0.9% | 0.88% | - |
| HSV(B) | 332.22º | 0.21% | 0.99% | - |
| XYZ | 73.66 | 66.41 | 78.75 | - |
| YUV | 217 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 223 | 0 | 0.21 | 0.12 | 0.01 | 332.22 | 0.9 | 0.88 |
| Hex | FC | C6 | DF | 0 | 15 | C | 1 | 14C | 5A | 58 |
| Octal | 374 | 306 | 337 | 0 | 25 | 14 | 1 | 514 | 132 | 130 |
| Binary | 11111100 | 11000110 | 11011111 | 0 | 10101 | 1100 | 1 | 101001100 | 1011010 | 1011000 |
Color Harmonies of #FCC6DF
Complementary color
Monochromatic Colors of #FCC6DF
Black with #FCC6DF
Text Example
Text Example
White with #FCC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6DF; }
p { color: rgb(252,198,223); }
H1.HeaderClassName
{
color: #FCC6DF;
}
.AnyTagClassName
{
color: #FCC6DF;
}
</style>
background-color css
<style>
a { background-color: #FCC6DF; }
a { background-color: rgb(252,198,223); }
div.DivClassName
{
background-color: #FCC6DF;
}
.BgClassName
{
background-color: #FCC6DF;
}
</style>
border-color css
<style>
span { border-color: #FCC6DF; }
span { border-color: rgb(252,198,223); }
td.TdClassName
{
border-color: #FCC6DF;
}
.TagClassName
{
border-color: #FCC6DF;
}
</style>