Shades of Classic Rose #FFC5DB
Tints of Classic Rose #FFC5DB
RGB
CMYK
RGB Variations
Color information
#FFC5DB (or 0xFFC5DB) is known color: Classic Rose. HEX triplet: FF, C5 and DB. RGB value is (255,197,219). Sum of RGB (Red+Green+Blue) = 255+197+219=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 197 (77.34% from 255 or 29.36% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5DB is #003A24. Grayscale: #D8D8D8. Windows color (decimal): -14885 or 14403071. OLE color: 14403071.
HSL color Cylindrical-coordinate representation of color #FFC5DB: hue angle of 337.24º 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 #FFC5DB is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 219 | - |
| CMYK | 0 | 0.23 | 0.14 | 0 |
| HSL | 337.24º | 1% | 0.89% | - |
| HSV(B) | 337.24º | 0.23% | 1% | - |
| XYZ | 73.99 | 66.31 | 75.92 | - |
| YUV | 216.85 | 129.22 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 219 | 0 | 0.23 | 0.14 | 0 | 337.24 | 1 | 0.89 |
| Hex | FF | C5 | DB | 0 | 17 | E | 0 | 151 | 64 | 59 |
| Octal | 377 | 305 | 333 | 0 | 27 | 16 | 0 | 521 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11011011 | 0 | 10111 | 1110 | 0 | 101010001 | 1100100 | 1011001 |
Color Harmonies of #FFC5DB
Complementary color
Monochromatic Colors of #FFC5DB
Black with #FFC5DB
Text Example
Text Example
White with #FFC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5DB; }
p { color: rgb(255,197,219); }
H1.HeaderClassName
{
color: #FFC5DB;
}
.AnyTagClassName
{
color: #FFC5DB;
}
</style>
background-color css
<style>
a { background-color: #FFC5DB; }
a { background-color: rgb(255,197,219); }
div.DivClassName
{
background-color: #FFC5DB;
}
.BgClassName
{
background-color: #FFC5DB;
}
</style>
border-color css
<style>
span { border-color: #FFC5DB; }
span { border-color: rgb(255,197,219); }
td.TdClassName
{
border-color: #FFC5DB;
}
.TagClassName
{
border-color: #FFC5DB;
}
</style>