Shades of Classic Rose #FCC6DA
Tints of Classic Rose #FCC6DA
RGB
CMYK
RGB Variations
Color information
#FCC6DA (or 0xFCC6DA) is known color: Classic Rose. HEX triplet: FC, C6 and DA. RGB value is (252,198,218). Sum of RGB (Red+Green+Blue) = 252+198+218=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 198 (77.73% from 255 or 29.64% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6DA is #033925. Grayscale: #D8D8D8. Windows color (decimal): -211238 or 14337788. OLE color: 14337788.
HSL color Cylindrical-coordinate representation of color #FCC6DA: hue angle of 337.78º 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 #FCC6DA is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 218 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.01 |
| HSL | 337.78º | 0.9% | 0.88% | - |
| HSV(B) | 337.78º | 0.21% | 0.99% | - |
| XYZ | 72.99 | 66.15 | 75.25 | - |
| YUV | 216.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 218 | 0 | 0.21 | 0.13 | 0.01 | 337.78 | 0.9 | 0.88 |
| Hex | FC | C6 | DA | 0 | 15 | D | 1 | 152 | 5A | 58 |
| Octal | 374 | 306 | 332 | 0 | 25 | 15 | 1 | 522 | 132 | 130 |
| Binary | 11111100 | 11000110 | 11011010 | 0 | 10101 | 1101 | 1 | 101010010 | 1011010 | 1011000 |
Color Harmonies of #FCC6DA
Complementary color
Monochromatic Colors of #FCC6DA
Black with #FCC6DA
Text Example
Text Example
White with #FCC6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6DA; }
p { color: rgb(252,198,218); }
H1.HeaderClassName
{
color: #FCC6DA;
}
.AnyTagClassName
{
color: #FCC6DA;
}
</style>
background-color css
<style>
a { background-color: #FCC6DA; }
a { background-color: rgb(252,198,218); }
div.DivClassName
{
background-color: #FCC6DA;
}
.BgClassName
{
background-color: #FCC6DA;
}
</style>
border-color css
<style>
span { border-color: #FCC6DA; }
span { border-color: rgb(252,198,218); }
td.TdClassName
{
border-color: #FCC6DA;
}
.TagClassName
{
border-color: #FCC6DA;
}
</style>