Shades of Classic Rose #FFC5DC
Tints of Classic Rose #FFC5DC
RGB
CMYK
RGB Variations
Color information
#FFC5DC (or 0xFFC5DC) is known color: Classic Rose. HEX triplet: FF, C5 and DC. RGB value is (255,197,220). Sum of RGB (Red+Green+Blue) = 255+197+220=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5DC is #003A23. Grayscale: #D8D8D8. Windows color (decimal): -14884 or 14468607. OLE color: 14468607.
HSL color Cylindrical-coordinate representation of color #FFC5DC: hue angle of 336.21º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC5DC is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 220 | - |
| CMYK | 0 | 0.23 | 0.14 | 0 |
| HSL | 336.21º | 1% | 0.89% | - |
| HSV(B) | 336.21º | 0.23% | 1% | - |
| XYZ | 74.12 | 66.36 | 76.61 | - |
| YUV | 216.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 220 | 0 | 0.23 | 0.14 | 0 | 336.21 | 1 | 0.89 |
| Hex | FF | C5 | DC | 0 | 17 | E | 0 | 150 | 64 | 59 |
| Octal | 377 | 305 | 334 | 0 | 27 | 16 | 0 | 520 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11011100 | 0 | 10111 | 1110 | 0 | 101010000 | 1100100 | 1011001 |
Color Harmonies of #FFC5DC
Complementary color
Monochromatic Colors of #FFC5DC
Black with #FFC5DC
Text Example
Text Example
White with #FFC5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5DC; }
p { color: rgb(255,197,220); }
H1.HeaderClassName
{
color: #FFC5DC;
}
.AnyTagClassName
{
color: #FFC5DC;
}
</style>
background-color css
<style>
a { background-color: #FFC5DC; }
a { background-color: rgb(255,197,220); }
div.DivClassName
{
background-color: #FFC5DC;
}
.BgClassName
{
background-color: #FFC5DC;
}
</style>
border-color css
<style>
span { border-color: #FFC5DC; }
span { border-color: rgb(255,197,220); }
td.TdClassName
{
border-color: #FFC5DC;
}
.TagClassName
{
border-color: #FFC5DC;
}
</style>