Shades of Classic Rose #FFC5E7
Tints of Classic Rose #FFC5E7
RGB
CMYK
RGB Variations
Color information
#FFC5E7 (or 0xFFC5E7) is known color: Classic Rose. HEX triplet: FF, C5 and E7. RGB value is (255,197,231). Sum of RGB (Red+Green+Blue) = 255+197+231=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 197 (77.34% from 255 or 28.84% from 683); Blue value is 231 (90.62% from 255 or 33.82% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5E7 is #003A18. Grayscale: #DADADA. Windows color (decimal): -14873 or 15189503. OLE color: 15189503.
HSL color Cylindrical-coordinate representation of color #FFC5E7: hue angle of 324.83º 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 #FFC5E7 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 197 | 231 | - |
CMYK | 0 | 0.23 | 0.09 | 0 |
HSL | 324.83º | 1% | 0.89% | - |
HSV(B) | 324.83º | 0.23% | 1% | - |
XYZ | 75.63 | 66.96 | 84.54 | - |
YUV | 218.22 | 135.22 | 154.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 197 | 231 | 0 | 0.23 | 0.09 | 0 | 324.83 | 1 | 0.89 |
Hex | FF | C5 | E7 | 0 | 17 | 9 | 0 | 145 | 64 | 59 |
Octal | 377 | 305 | 347 | 0 | 27 | 11 | 0 | 505 | 144 | 131 |
Binary | 11111111 | 11000101 | 11100111 | 0 | 10111 | 1001 | 0 | 101000101 | 1100100 | 1011001 |
Color Harmonies of #FFC5E7
Complementary color
Monochromatic Colors of #FFC5E7
Black with #FFC5E7
Text Example
Text Example
White with #FFC5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5E7; }
p { color: rgb(255,197,231); }
H1.HeaderClassName
{
color: #FFC5E7;
}
.AnyTagClassName
{
color: #FFC5E7;
}
</style>
background-color css
<style>
a { background-color: #FFC5E7; }
a { background-color: rgb(255,197,231); }
div.DivClassName
{
background-color: #FFC5E7;
}
.BgClassName
{
background-color: #FFC5E7;
}
</style>
border-color css
<style>
span { border-color: #FFC5E7; }
span { border-color: rgb(255,197,231); }
td.TdClassName
{
border-color: #FFC5E7;
}
.TagClassName
{
border-color: #FFC5E7;
}
</style>