Shades of Classic Rose #FFC5DF
Tints of Classic Rose #FFC5DF
RGB
CMYK
RGB Variations
Color information
#FFC5DF (or 0xFFC5DF) is known color: Classic Rose. HEX triplet: FF, C5 and DF. RGB value is (255,197,223). Sum of RGB (Red+Green+Blue) = 255+197+223=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 197 (77.34% from 255 or 29.19% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5DF is #003A20. Grayscale: #D9D9D9. Windows color (decimal): -14881 or 14665215. OLE color: 14665215.
HSL color Cylindrical-coordinate representation of color #FFC5DF: hue angle of 333.1º 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 #FFC5DF is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 223 | - |
| CMYK | 0 | 0.23 | 0.13 | 0 |
| HSL | 333.1º | 1% | 0.89% | - |
| HSV(B) | 333.1º | 0.23% | 1% | - |
| XYZ | 74.53 | 66.52 | 78.72 | - |
| YUV | 217.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 223 | 0 | 0.23 | 0.13 | 0 | 333.1 | 1 | 0.89 |
| Hex | FF | C5 | DF | 0 | 17 | D | 0 | 14D | 64 | 59 |
| Octal | 377 | 305 | 337 | 0 | 27 | 15 | 0 | 515 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11011111 | 0 | 10111 | 1101 | 0 | 101001101 | 1100100 | 1011001 |
Color Harmonies of #FFC5DF
Complementary color
Monochromatic Colors of #FFC5DF
Black with #FFC5DF
Text Example
Text Example
White with #FFC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5DF; }
p { color: rgb(255,197,223); }
H1.HeaderClassName
{
color: #FFC5DF;
}
.AnyTagClassName
{
color: #FFC5DF;
}
</style>
background-color css
<style>
a { background-color: #FFC5DF; }
a { background-color: rgb(255,197,223); }
div.DivClassName
{
background-color: #FFC5DF;
}
.BgClassName
{
background-color: #FFC5DF;
}
</style>
border-color css
<style>
span { border-color: #FFC5DF; }
span { border-color: rgb(255,197,223); }
td.TdClassName
{
border-color: #FFC5DF;
}
.TagClassName
{
border-color: #FFC5DF;
}
</style>