Shades of Tea Rose #FF8CC0
Tints of Tea Rose #FF8CC0
RGB
CMYK
RGB Variations
Color information
#FF8CC0 (or 0xFF8CC0) is known color: Tea Rose. HEX triplet: FF, 8C and C0. RGB value is (255,140,192). Sum of RGB (Red+Green+Blue) = 255+140+192=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CC0 is #00733F. Grayscale: #B4B4B4. Windows color (decimal): -29504 or 12619007. OLE color: 12619007.
HSL color Cylindrical-coordinate representation of color #FF8CC0: hue angle of 332.87º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8CC0 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 192 | - |
| CMYK | 0 | 0.45 | 0.25 | 0 |
| HSL | 332.87º | 1% | 0.77% | - |
| HSV(B) | 332.87º | 0.45% | 1% | - |
| XYZ | 60.13 | 43.82 | 55.16 | - |
| YUV | 180.31 | 134.6 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 192 | 0 | 0.45 | 0.25 | 0 | 332.87 | 1 | 0.77 |
| Hex | FF | 8C | C0 | 0 | 2D | 19 | 0 | 14D | 64 | 4D |
| Octal | 377 | 214 | 300 | 0 | 55 | 31 | 0 | 515 | 144 | 115 |
| Binary | 11111111 | 10001100 | 11000000 | 0 | 101101 | 11001 | 0 | 101001101 | 1100100 | 1001101 |
Color Harmonies of #FF8CC0
Complementary color
Monochromatic Colors of #FF8CC0
Black with #FF8CC0
Text Example
Text Example
White with #FF8CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CC0; }
p { color: rgb(255,140,192); }
H1.HeaderClassName
{
color: #FF8CC0;
}
.AnyTagClassName
{
color: #FF8CC0;
}
</style>
background-color css
<style>
a { background-color: #FF8CC0; }
a { background-color: rgb(255,140,192); }
div.DivClassName
{
background-color: #FF8CC0;
}
.BgClassName
{
background-color: #FF8CC0;
}
</style>
border-color css
<style>
span { border-color: #FF8CC0; }
span { border-color: rgb(255,140,192); }
td.TdClassName
{
border-color: #FF8CC0;
}
.TagClassName
{
border-color: #FF8CC0;
}
</style>