Shades of Tea Rose #FC8DCD
Tints of Tea Rose #FC8DCD
RGB
CMYK
RGB Variations
Color information
#FC8DCD (or 0xFC8DCD) is known color: Tea Rose. HEX triplet: FC, 8D and CD. RGB value is (252,141,205). Sum of RGB (Red+Green+Blue) = 252+141+205=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DCD is #037232. Grayscale: #B5B5B5. Windows color (decimal): -225843 or 13471228. OLE color: 13471228.
HSL color Cylindrical-coordinate representation of color #FC8DCD: hue angle of 325.41º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8DCD is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 205 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.01 |
| HSL | 325.41º | 0.95% | 0.77% | - |
| HSV(B) | 325.41º | 0.44% | 0.99% | - |
| XYZ | 60.69 | 44.15 | 63.08 | - |
| YUV | 181.49 | 141.27 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 205 | 0 | 0.44 | 0.19 | 0.01 | 325.41 | 0.95 | 0.77 |
| Hex | FC | 8D | CD | 0 | 2C | 13 | 1 | 145 | 5F | 4D |
| Octal | 374 | 215 | 315 | 0 | 54 | 23 | 1 | 505 | 137 | 115 |
| Binary | 11111100 | 10001101 | 11001101 | 0 | 101100 | 10011 | 1 | 101000101 | 1011111 | 1001101 |
Color Harmonies of #FC8DCD
Complementary color
Monochromatic Colors of #FC8DCD
Black with #FC8DCD
Text Example
Text Example
White with #FC8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8DCD; }
p { color: rgb(252,141,205); }
H1.HeaderClassName
{
color: #FC8DCD;
}
.AnyTagClassName
{
color: #FC8DCD;
}
</style>
background-color css
<style>
a { background-color: #FC8DCD; }
a { background-color: rgb(252,141,205); }
div.DivClassName
{
background-color: #FC8DCD;
}
.BgClassName
{
background-color: #FC8DCD;
}
</style>
border-color css
<style>
span { border-color: #FC8DCD; }
span { border-color: rgb(252,141,205); }
td.TdClassName
{
border-color: #FC8DCD;
}
.TagClassName
{
border-color: #FC8DCD;
}
</style>