Shades of Classic Rose #FFC0E5
Tints of Classic Rose #FFC0E5
RGB
CMYK
RGB Variations
Color information
#FFC0E5 (or 0xFFC0E5) is known color: Classic Rose. HEX triplet: FF, C0 and E5. RGB value is (255,192,229). Sum of RGB (Red+Green+Blue) = 255+192+229=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 192 (75.39% from 255 or 28.40% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0E5 is #003F1A. Grayscale: #D6D6D6. Windows color (decimal): -16155 or 15057151. OLE color: 15057151.
HSL color Cylindrical-coordinate representation of color #FFC0E5: hue angle of 324.76º 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 #FFC0E5 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 229 | - |
| CMYK | 0 | 0.25 | 0.10 | 0 |
| HSL | 324.76º | 1% | 0.88% | - |
| HSV(B) | 324.76º | 0.25% | 1% | - |
| XYZ | 74.23 | 64.62 | 82.69 | - |
| YUV | 215.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 229 | 0 | 0.25 | 0.10 | 0 | 324.76 | 1 | 0.88 |
| Hex | FF | C0 | E5 | 0 | 19 | A | 0 | 145 | 64 | 58 |
| Octal | 377 | 300 | 345 | 0 | 31 | 12 | 0 | 505 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11100101 | 0 | 11001 | 1010 | 0 | 101000101 | 1100100 | 1011000 |
Color Harmonies of #FFC0E5
Complementary color
Monochromatic Colors of #FFC0E5
Black with #FFC0E5
Text Example
Text Example
White with #FFC0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0E5; }
p { color: rgb(255,192,229); }
H1.HeaderClassName
{
color: #FFC0E5;
}
.AnyTagClassName
{
color: #FFC0E5;
}
</style>
background-color css
<style>
a { background-color: #FFC0E5; }
a { background-color: rgb(255,192,229); }
div.DivClassName
{
background-color: #FFC0E5;
}
.BgClassName
{
background-color: #FFC0E5;
}
</style>
border-color css
<style>
span { border-color: #FFC0E5; }
span { border-color: rgb(255,192,229); }
td.TdClassName
{
border-color: #FFC0E5;
}
.TagClassName
{
border-color: #FFC0E5;
}
</style>