Shades of Classic Rose #FFC0ED
Tints of Classic Rose #FFC0ED
RGB
CMYK
RGB Variations
Color information
#FFC0ED (or 0xFFC0ED) is known color: Classic Rose. HEX triplet: FF, C0 and ED. RGB value is (255,192,237). Sum of RGB (Red+Green+Blue) = 255+192+237=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 192 (75.39% from 255 or 28.07% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0ED is #003F12. Grayscale: #D7D7D7. Windows color (decimal): -16147 or 15581439. OLE color: 15581439.
HSL color Cylindrical-coordinate representation of color #FFC0ED: hue angle of 317.14º 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 #FFC0ED is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 237 | - |
| CMYK | 0 | 0.25 | 0.07 | 0 |
| HSL | 317.14º | 1% | 0.88% | - |
| HSV(B) | 317.14º | 0.25% | 1% | - |
| XYZ | 75.38 | 65.07 | 88.71 | - |
| YUV | 215.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 237 | 0 | 0.25 | 0.07 | 0 | 317.14 | 1 | 0.88 |
| Hex | FF | C0 | ED | 0 | 19 | 7 | 0 | 13D | 64 | 58 |
| Octal | 377 | 300 | 355 | 0 | 31 | 7 | 0 | 475 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11101101 | 0 | 11001 | 111 | 0 | 100111101 | 1100100 | 1011000 |
Color Harmonies of #FFC0ED
Complementary color
Monochromatic Colors of #FFC0ED
Black with #FFC0ED
Text Example
Text Example
White with #FFC0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0ED; }
p { color: rgb(255,192,237); }
H1.HeaderClassName
{
color: #FFC0ED;
}
.AnyTagClassName
{
color: #FFC0ED;
}
</style>
background-color css
<style>
a { background-color: #FFC0ED; }
a { background-color: rgb(255,192,237); }
div.DivClassName
{
background-color: #FFC0ED;
}
.BgClassName
{
background-color: #FFC0ED;
}
</style>
border-color css
<style>
span { border-color: #FFC0ED; }
span { border-color: rgb(255,192,237); }
td.TdClassName
{
border-color: #FFC0ED;
}
.TagClassName
{
border-color: #FFC0ED;
}
</style>