Shades of Classic Rose #FFC0E2
Tints of Classic Rose #FFC0E2
RGB
CMYK
RGB Variations
Color information
#FFC0E2 (or 0xFFC0E2) is known color: Classic Rose. HEX triplet: FF, C0 and E2. RGB value is (255,192,226). Sum of RGB (Red+Green+Blue) = 255+192+226=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 192 (75.39% from 255 or 28.53% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0E2 is #003F1D. Grayscale: #D6D6D6. Windows color (decimal): -16158 or 14860543. OLE color: 14860543.
HSL color Cylindrical-coordinate representation of color #FFC0E2: hue angle of 327.62º 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 #FFC0E2 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 226 | - |
| CMYK | 0 | 0.25 | 0.11 | 0 |
| HSL | 327.62º | 1% | 0.88% | - |
| HSV(B) | 327.62º | 0.25% | 1% | - |
| XYZ | 73.82 | 64.45 | 80.5 | - |
| YUV | 214.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 226 | 0 | 0.25 | 0.11 | 0 | 327.62 | 1 | 0.88 |
| Hex | FF | C0 | E2 | 0 | 19 | B | 0 | 148 | 64 | 58 |
| Octal | 377 | 300 | 342 | 0 | 31 | 13 | 0 | 510 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11100010 | 0 | 11001 | 1011 | 0 | 101001000 | 1100100 | 1011000 |
Color Harmonies of #FFC0E2
Complementary color
Monochromatic Colors of #FFC0E2
Black with #FFC0E2
Text Example
Text Example
White with #FFC0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0E2; }
p { color: rgb(255,192,226); }
H1.HeaderClassName
{
color: #FFC0E2;
}
.AnyTagClassName
{
color: #FFC0E2;
}
</style>
background-color css
<style>
a { background-color: #FFC0E2; }
a { background-color: rgb(255,192,226); }
div.DivClassName
{
background-color: #FFC0E2;
}
.BgClassName
{
background-color: #FFC0E2;
}
</style>
border-color css
<style>
span { border-color: #FFC0E2; }
span { border-color: rgb(255,192,226); }
td.TdClassName
{
border-color: #FFC0E2;
}
.TagClassName
{
border-color: #FFC0E2;
}
</style>