Shades of Classic Rose #FFC5EB
Tints of Classic Rose #FFC5EB
RGB
CMYK
RGB Variations
Color information
#FFC5EB (or 0xFFC5EB) is known color: Classic Rose. HEX triplet: FF, C5 and EB. RGB value is (255,197,235). Sum of RGB (Red+Green+Blue) = 255+197+235=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 197 (77.34% from 255 or 28.68% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5EB is #003A14. Grayscale: #DADADA. Windows color (decimal): -14869 or 15451647. OLE color: 15451647.
HSL color Cylindrical-coordinate representation of color #FFC5EB: hue angle of 320.69º 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 #FFC5EB is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 235 | - |
| CMYK | 0 | 0.23 | 0.08 | 0 |
| HSL | 320.69º | 1% | 0.89% | - |
| HSV(B) | 320.69º | 0.23% | 1% | - |
| XYZ | 76.2 | 67.19 | 87.55 | - |
| YUV | 218.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 235 | 0 | 0.23 | 0.08 | 0 | 320.69 | 1 | 0.89 |
| Hex | FF | C5 | EB | 0 | 17 | 8 | 0 | 141 | 64 | 59 |
| Octal | 377 | 305 | 353 | 0 | 27 | 10 | 0 | 501 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11101011 | 0 | 10111 | 1000 | 0 | 101000001 | 1100100 | 1011001 |
Color Harmonies of #FFC5EB
Complementary color
Monochromatic Colors of #FFC5EB
Black with #FFC5EB
Text Example
Text Example
White with #FFC5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5EB; }
p { color: rgb(255,197,235); }
H1.HeaderClassName
{
color: #FFC5EB;
}
.AnyTagClassName
{
color: #FFC5EB;
}
</style>
background-color css
<style>
a { background-color: #FFC5EB; }
a { background-color: rgb(255,197,235); }
div.DivClassName
{
background-color: #FFC5EB;
}
.BgClassName
{
background-color: #FFC5EB;
}
</style>
border-color css
<style>
span { border-color: #FFC5EB; }
span { border-color: rgb(255,197,235); }
td.TdClassName
{
border-color: #FFC5EB;
}
.TagClassName
{
border-color: #FFC5EB;
}
</style>