Shades of Tea Rose #FF8CCC
Tints of Tea Rose #FF8CCC
RGB
CMYK
RGB Variations
Color information
#FF8CCC (or 0xFF8CCC) is known color: Tea Rose. HEX triplet: FF, 8C and CC. RGB value is (255,140,204). Sum of RGB (Red+Green+Blue) = 255+140+204=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 140 (55.08% from 255 or 23.37% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CCC is #007333. Grayscale: #B5B5B5. Windows color (decimal): -29492 or 13405439. OLE color: 13405439.
HSL color Cylindrical-coordinate representation of color #FF8CCC: hue angle of 326.61º 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 #FF8CCC is Cyan = 0, Magento = 0.45, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 204 | - |
| CMYK | 0 | 0.45 | 0.2 | 0 |
| HSL | 326.61º | 1% | 0.77% | - |
| HSV(B) | 326.61º | 0.45% | 1% | - |
| XYZ | 61.52 | 44.38 | 62.45 | - |
| YUV | 181.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 204 | 0 | 0.45 | 0.2 | 0 | 326.61 | 1 | 0.77 |
| Hex | FF | 8C | CC | 0 | 2D | 14 | 0 | 147 | 64 | 4D |
| Octal | 377 | 214 | 314 | 0 | 55 | 24 | 0 | 507 | 144 | 115 |
| Binary | 11111111 | 10001100 | 11001100 | 0 | 101101 | 10100 | 0 | 101000111 | 1100100 | 1001101 |
Color Harmonies of #FF8CCC
Complementary color
Monochromatic Colors of #FF8CCC
Black with #FF8CCC
Text Example
Text Example
White with #FF8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CCC; }
p { color: rgb(255,140,204); }
H1.HeaderClassName
{
color: #FF8CCC;
}
.AnyTagClassName
{
color: #FF8CCC;
}
</style>
background-color css
<style>
a { background-color: #FF8CCC; }
a { background-color: rgb(255,140,204); }
div.DivClassName
{
background-color: #FF8CCC;
}
.BgClassName
{
background-color: #FF8CCC;
}
</style>
border-color css
<style>
span { border-color: #FF8CCC; }
span { border-color: rgb(255,140,204); }
td.TdClassName
{
border-color: #FF8CCC;
}
.TagClassName
{
border-color: #FF8CCC;
}
</style>