Shades of Classic Rose #FFC5E1
Tints of Classic Rose #FFC5E1
RGB
CMYK
RGB Variations
Color information
#FFC5E1 (or 0xFFC5E1) is known color: Classic Rose. HEX triplet: FF, C5 and E1. RGB value is (255,197,225). Sum of RGB (Red+Green+Blue) = 255+197+225=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 197 (77.34% from 255 or 29.10% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5E1 is #003A1E. Grayscale: #D9D9D9. Windows color (decimal): -14879 or 14796287. OLE color: 14796287.
HSL color Cylindrical-coordinate representation of color #FFC5E1: hue angle of 331.03º 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 #FFC5E1 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 225 | - |
| CMYK | 0 | 0.23 | 0.12 | 0 |
| HSL | 331.03º | 1% | 0.89% | - |
| HSV(B) | 331.03º | 0.23% | 1% | - |
| XYZ | 74.8 | 66.63 | 80.15 | - |
| YUV | 217.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 225 | 0 | 0.23 | 0.12 | 0 | 331.03 | 1 | 0.89 |
| Hex | FF | C5 | E1 | 0 | 17 | C | 0 | 14B | 64 | 59 |
| Octal | 377 | 305 | 341 | 0 | 27 | 14 | 0 | 513 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11100001 | 0 | 10111 | 1100 | 0 | 101001011 | 1100100 | 1011001 |
Color Harmonies of #FFC5E1
Complementary color
Monochromatic Colors of #FFC5E1
Black with #FFC5E1
Text Example
Text Example
White with #FFC5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5E1; }
p { color: rgb(255,197,225); }
H1.HeaderClassName
{
color: #FFC5E1;
}
.AnyTagClassName
{
color: #FFC5E1;
}
</style>
background-color css
<style>
a { background-color: #FFC5E1; }
a { background-color: rgb(255,197,225); }
div.DivClassName
{
background-color: #FFC5E1;
}
.BgClassName
{
background-color: #FFC5E1;
}
</style>
border-color css
<style>
span { border-color: #FFC5E1; }
span { border-color: rgb(255,197,225); }
td.TdClassName
{
border-color: #FFC5E1;
}
.TagClassName
{
border-color: #FFC5E1;
}
</style>