Shades of Tea Rose #FF8CCD
Tints of Tea Rose #FF8CCD
RGB
CMYK
RGB Variations
Color information
#FF8CCD (or 0xFF8CCD) is known color: Tea Rose. HEX triplet: FF, 8C and CD. RGB value is (255,140,205). Sum of RGB (Red+Green+Blue) = 255+140+205=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CCD is #007332. Grayscale: #B5B5B5. Windows color (decimal): -29491 or 13470975. OLE color: 13470975.
HSL color Cylindrical-coordinate representation of color #FF8CCD: hue angle of 326.09º 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 #FF8CCD is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 205 | - |
| CMYK | 0 | 0.45 | 0.20 | 0 |
| HSL | 326.09º | 1% | 0.77% | - |
| HSV(B) | 326.09º | 0.45% | 1% | - |
| XYZ | 61.64 | 44.42 | 63.08 | - |
| YUV | 181.8 | 141.1 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 205 | 0 | 0.45 | 0.20 | 0 | 326.09 | 1 | 0.77 |
| Hex | FF | 8C | CD | 0 | 2D | 14 | 0 | 146 | 64 | 4D |
| Octal | 377 | 214 | 315 | 0 | 55 | 24 | 0 | 506 | 144 | 115 |
| Binary | 11111111 | 10001100 | 11001101 | 0 | 101101 | 10100 | 0 | 101000110 | 1100100 | 1001101 |
Color Harmonies of #FF8CCD
Complementary color
Monochromatic Colors of #FF8CCD
Black with #FF8CCD
Text Example
Text Example
White with #FF8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CCD; }
p { color: rgb(255,140,205); }
H1.HeaderClassName
{
color: #FF8CCD;
}
.AnyTagClassName
{
color: #FF8CCD;
}
</style>
background-color css
<style>
a { background-color: #FF8CCD; }
a { background-color: rgb(255,140,205); }
div.DivClassName
{
background-color: #FF8CCD;
}
.BgClassName
{
background-color: #FF8CCD;
}
</style>
border-color css
<style>
span { border-color: #FF8CCD; }
span { border-color: rgb(255,140,205); }
td.TdClassName
{
border-color: #FF8CCD;
}
.TagClassName
{
border-color: #FF8CCD;
}
</style>