Shades of Classic Rose #FFC5DE
Tints of Classic Rose #FFC5DE
RGB
CMYK
RGB Variations
Color information
#FFC5DE (or 0xFFC5DE) is known color: Classic Rose. HEX triplet: FF, C5 and DE. RGB value is (255,197,222). Sum of RGB (Red+Green+Blue) = 255+197+222=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 197 (77.34% from 255 or 29.23% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5DE is #003A21. Grayscale: #D9D9D9. Windows color (decimal): -14882 or 14599679. OLE color: 14599679.
HSL color Cylindrical-coordinate representation of color #FFC5DE: hue angle of 334.14º 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 #FFC5DE is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 222 | - |
| CMYK | 0 | 0.23 | 0.13 | 0 |
| HSL | 334.14º | 1% | 0.89% | - |
| HSV(B) | 334.14º | 0.23% | 1% | - |
| XYZ | 74.39 | 66.47 | 78.02 | - |
| YUV | 217.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 222 | 0 | 0.23 | 0.13 | 0 | 334.14 | 1 | 0.89 |
| Hex | FF | C5 | DE | 0 | 17 | D | 0 | 14E | 64 | 59 |
| Octal | 377 | 305 | 336 | 0 | 27 | 15 | 0 | 516 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11011110 | 0 | 10111 | 1101 | 0 | 101001110 | 1100100 | 1011001 |
Color Harmonies of #FFC5DE
Complementary color
Monochromatic Colors of #FFC5DE
Black with #FFC5DE
Text Example
Text Example
White with #FFC5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5DE; }
p { color: rgb(255,197,222); }
H1.HeaderClassName
{
color: #FFC5DE;
}
.AnyTagClassName
{
color: #FFC5DE;
}
</style>
background-color css
<style>
a { background-color: #FFC5DE; }
a { background-color: rgb(255,197,222); }
div.DivClassName
{
background-color: #FFC5DE;
}
.BgClassName
{
background-color: #FFC5DE;
}
</style>
border-color css
<style>
span { border-color: #FFC5DE; }
span { border-color: rgb(255,197,222); }
td.TdClassName
{
border-color: #FFC5DE;
}
.TagClassName
{
border-color: #FFC5DE;
}
</style>