Shades of Classic Rose #FFC0E1
Tints of Classic Rose #FFC0E1
RGB
CMYK
RGB Variations
Color information
#FFC0E1 (or 0xFFC0E1) is known color: Classic Rose. HEX triplet: FF, C0 and E1. RGB value is (255,192,225). Sum of RGB (Red+Green+Blue) = 255+192+225=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 225 (88.28% from 255 or 33.48% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0E1 is #003F1E. Grayscale: #D6D6D6. Windows color (decimal): -16159 or 14795007. OLE color: 14795007.
HSL color Cylindrical-coordinate representation of color #FFC0E1: hue angle of 328.57º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC0E1 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 225 | - |
| CMYK | 0 | 0.25 | 0.12 | 0 |
| HSL | 328.57º | 1% | 0.88% | - |
| HSV(B) | 328.57º | 0.25% | 1% | - |
| XYZ | 73.68 | 64.4 | 79.78 | - |
| YUV | 214.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 225 | 0 | 0.25 | 0.12 | 0 | 328.57 | 1 | 0.88 |
| Hex | FF | C0 | E1 | 0 | 19 | C | 0 | 149 | 64 | 58 |
| Octal | 377 | 300 | 341 | 0 | 31 | 14 | 0 | 511 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11100001 | 0 | 11001 | 1100 | 0 | 101001001 | 1100100 | 1011000 |
Color Harmonies of #FFC0E1
Complementary color
Monochromatic Colors of #FFC0E1
Black with #FFC0E1
Text Example
Text Example
White with #FFC0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0E1; }
p { color: rgb(255,192,225); }
H1.HeaderClassName
{
color: #FFC0E1;
}
.AnyTagClassName
{
color: #FFC0E1;
}
</style>
background-color css
<style>
a { background-color: #FFC0E1; }
a { background-color: rgb(255,192,225); }
div.DivClassName
{
background-color: #FFC0E1;
}
.BgClassName
{
background-color: #FFC0E1;
}
</style>
border-color css
<style>
span { border-color: #FFC0E1; }
span { border-color: rgb(255,192,225); }
td.TdClassName
{
border-color: #FFC0E1;
}
.TagClassName
{
border-color: #FFC0E1;
}
</style>