Shades of Classic Rose #FFC0EA
Tints of Classic Rose #FFC0EA
RGB
CMYK
RGB Variations
Color information
#FFC0EA (or 0xFFC0EA) is known color: Classic Rose. HEX triplet: FF, C0 and EA. RGB value is (255,192,234). Sum of RGB (Red+Green+Blue) = 255+192+234=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 192 (75.39% from 255 or 28.19% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0EA is #003F15. Grayscale: #D7D7D7. Windows color (decimal): -16150 or 15384831. OLE color: 15384831.
HSL color Cylindrical-coordinate representation of color #FFC0EA: hue angle of 320º 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 #FFC0EA is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 234 | - |
| CMYK | 0 | 0.25 | 0.08 | 0 |
| HSL | 320º | 1% | 0.88% | - |
| HSV(B) | 320º | 0.25% | 1% | - |
| XYZ | 74.94 | 64.9 | 86.42 | - |
| YUV | 215.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 234 | 0 | 0.25 | 0.08 | 0 | 320 | 1 | 0.88 |
| Hex | FF | C0 | EA | 0 | 19 | 8 | 0 | 140 | 64 | 58 |
| Octal | 377 | 300 | 352 | 0 | 31 | 10 | 0 | 500 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11101010 | 0 | 11001 | 1000 | 0 | 101000000 | 1100100 | 1011000 |
Color Harmonies of #FFC0EA
Complementary color
Monochromatic Colors of #FFC0EA
Black with #FFC0EA
Text Example
Text Example
White with #FFC0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0EA; }
p { color: rgb(255,192,234); }
H1.HeaderClassName
{
color: #FFC0EA;
}
.AnyTagClassName
{
color: #FFC0EA;
}
</style>
background-color css
<style>
a { background-color: #FFC0EA; }
a { background-color: rgb(255,192,234); }
div.DivClassName
{
background-color: #FFC0EA;
}
.BgClassName
{
background-color: #FFC0EA;
}
</style>
border-color css
<style>
span { border-color: #FFC0EA; }
span { border-color: rgb(255,192,234); }
td.TdClassName
{
border-color: #FFC0EA;
}
.TagClassName
{
border-color: #FFC0EA;
}
</style>