Shades of Tea Rose #FC8ECD
Tints of Tea Rose #FC8ECD
RGB
CMYK
RGB Variations
Color information
#FC8ECD (or 0xFC8ECD) is known color: Tea Rose. HEX triplet: FC, 8E and CD. RGB value is (252,142,205). Sum of RGB (Red+Green+Blue) = 252+142+205=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 142 (55.86% from 255 or 23.71% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ECD is #037132. Grayscale: #B5B5B5. Windows color (decimal): -225587 or 13471484. OLE color: 13471484.
HSL color Cylindrical-coordinate representation of color #FC8ECD: hue angle of 325.64º 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 #FC8ECD is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 142 | 205 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.01 |
| HSL | 325.64º | 0.95% | 0.77% | - |
| HSV(B) | 325.64º | 0.44% | 0.99% | - |
| XYZ | 60.84 | 44.45 | 63.13 | - |
| YUV | 182.07 | 140.94 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 142 | 205 | 0 | 0.44 | 0.19 | 0.01 | 325.64 | 0.95 | 0.77 |
| Hex | FC | 8E | CD | 0 | 2C | 13 | 1 | 146 | 5F | 4D |
| Octal | 374 | 216 | 315 | 0 | 54 | 23 | 1 | 506 | 137 | 115 |
| Binary | 11111100 | 10001110 | 11001101 | 0 | 101100 | 10011 | 1 | 101000110 | 1011111 | 1001101 |
Color Harmonies of #FC8ECD
Complementary color
Monochromatic Colors of #FC8ECD
Black with #FC8ECD
Text Example
Text Example
White with #FC8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8ECD; }
p { color: rgb(252,142,205); }
H1.HeaderClassName
{
color: #FC8ECD;
}
.AnyTagClassName
{
color: #FC8ECD;
}
</style>
background-color css
<style>
a { background-color: #FC8ECD; }
a { background-color: rgb(252,142,205); }
div.DivClassName
{
background-color: #FC8ECD;
}
.BgClassName
{
background-color: #FC8ECD;
}
</style>
border-color css
<style>
span { border-color: #FC8ECD; }
span { border-color: rgb(252,142,205); }
td.TdClassName
{
border-color: #FC8ECD;
}
.TagClassName
{
border-color: #FC8ECD;
}
</style>