Shades of Classic Rose #FFC5DD
Tints of Classic Rose #FFC5DD
RGB
CMYK
RGB Variations
Color information
#FFC5DD (or 0xFFC5DD) is known color: Classic Rose. HEX triplet: FF, C5 and DD. RGB value is (255,197,221). Sum of RGB (Red+Green+Blue) = 255+197+221=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 197 (77.34% from 255 or 29.27% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5DD is #003A22. Grayscale: #D9D9D9. Windows color (decimal): -14883 or 14534143. OLE color: 14534143.
HSL color Cylindrical-coordinate representation of color #FFC5DD: hue angle of 335.17º 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 #FFC5DD is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 221 | - |
| CMYK | 0 | 0.23 | 0.13 | 0 |
| HSL | 335.17º | 1% | 0.89% | - |
| HSV(B) | 335.17º | 0.23% | 1% | - |
| XYZ | 74.26 | 66.41 | 77.31 | - |
| YUV | 217.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 221 | 0 | 0.23 | 0.13 | 0 | 335.17 | 1 | 0.89 |
| Hex | FF | C5 | DD | 0 | 17 | D | 0 | 14F | 64 | 59 |
| Octal | 377 | 305 | 335 | 0 | 27 | 15 | 0 | 517 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11011101 | 0 | 10111 | 1101 | 0 | 101001111 | 1100100 | 1011001 |
Color Harmonies of #FFC5DD
Complementary color
Monochromatic Colors of #FFC5DD
Black with #FFC5DD
Text Example
Text Example
White with #FFC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5DD; }
p { color: rgb(255,197,221); }
H1.HeaderClassName
{
color: #FFC5DD;
}
.AnyTagClassName
{
color: #FFC5DD;
}
</style>
background-color css
<style>
a { background-color: #FFC5DD; }
a { background-color: rgb(255,197,221); }
div.DivClassName
{
background-color: #FFC5DD;
}
.BgClassName
{
background-color: #FFC5DD;
}
</style>
border-color css
<style>
span { border-color: #FFC5DD; }
span { border-color: rgb(255,197,221); }
td.TdClassName
{
border-color: #FFC5DD;
}
.TagClassName
{
border-color: #FFC5DD;
}
</style>