Shades of Classic Rose #FFC5E9
Tints of Classic Rose #FFC5E9
RGB
CMYK
RGB Variations
Color information
#FFC5E9 (or 0xFFC5E9) is known color: Classic Rose. HEX triplet: FF, C5 and E9. RGB value is (255,197,233). Sum of RGB (Red+Green+Blue) = 255+197+233=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 197 (77.34% from 255 or 28.76% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5E9 is #003A16. Grayscale: #DADADA. Windows color (decimal): -14871 or 15320575. OLE color: 15320575.
HSL color Cylindrical-coordinate representation of color #FFC5E9: hue angle of 322.76º 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 #FFC5E9 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 233 | - |
| CMYK | 0 | 0.23 | 0.09 | 0 |
| HSL | 322.76º | 1% | 0.89% | - |
| HSV(B) | 322.76º | 0.23% | 1% | - |
| XYZ | 75.91 | 67.08 | 86.04 | - |
| YUV | 218.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 233 | 0 | 0.23 | 0.09 | 0 | 322.76 | 1 | 0.89 |
| Hex | FF | C5 | E9 | 0 | 17 | 9 | 0 | 143 | 64 | 59 |
| Octal | 377 | 305 | 351 | 0 | 27 | 11 | 0 | 503 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11101001 | 0 | 10111 | 1001 | 0 | 101000011 | 1100100 | 1011001 |
Color Harmonies of #FFC5E9
Complementary color
Monochromatic Colors of #FFC5E9
Black with #FFC5E9
Text Example
Text Example
White with #FFC5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5E9; }
p { color: rgb(255,197,233); }
H1.HeaderClassName
{
color: #FFC5E9;
}
.AnyTagClassName
{
color: #FFC5E9;
}
</style>
background-color css
<style>
a { background-color: #FFC5E9; }
a { background-color: rgb(255,197,233); }
div.DivClassName
{
background-color: #FFC5E9;
}
.BgClassName
{
background-color: #FFC5E9;
}
</style>
border-color css
<style>
span { border-color: #FFC5E9; }
span { border-color: rgb(255,197,233); }
td.TdClassName
{
border-color: #FFC5E9;
}
.TagClassName
{
border-color: #FFC5E9;
}
</style>