Shades of Tea Rose #FD8EC0
Tints of Tea Rose #FD8EC0
RGB
CMYK
RGB Variations
Color information
#FD8EC0 (or 0xFD8EC0) is known color: Tea Rose. HEX triplet: FD, 8E and C0. RGB value is (253,142,192). Sum of RGB (Red+Green+Blue) = 253+142+192=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8EC0 is #02713F. Grayscale: #B4B4B4. Windows color (decimal): -160064 or 12619517. OLE color: 12619517.
HSL color Cylindrical-coordinate representation of color #FD8EC0: hue angle of 332.97º degrees, saturation: 0.97, 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 #FD8EC0 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 142 | 192 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.01 |
| HSL | 332.97º | 0.97% | 0.77% | - |
| HSV(B) | 332.97º | 0.44% | 0.99% | - |
| XYZ | 59.7 | 44.03 | 55.22 | - |
| YUV | 180.89 | 134.27 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 142 | 192 | 0 | 0.44 | 0.24 | 0.01 | 332.97 | 0.97 | 0.77 |
| Hex | FD | 8E | C0 | 0 | 2C | 18 | 1 | 14D | 61 | 4D |
| Octal | 375 | 216 | 300 | 0 | 54 | 30 | 1 | 515 | 141 | 115 |
| Binary | 11111101 | 10001110 | 11000000 | 0 | 101100 | 11000 | 1 | 101001101 | 1100001 | 1001101 |
Color Harmonies of #FD8EC0
Complementary color
Monochromatic Colors of #FD8EC0
Black with #FD8EC0
Text Example
Text Example
White with #FD8EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8EC0; }
p { color: rgb(253,142,192); }
H1.HeaderClassName
{
color: #FD8EC0;
}
.AnyTagClassName
{
color: #FD8EC0;
}
</style>
background-color css
<style>
a { background-color: #FD8EC0; }
a { background-color: rgb(253,142,192); }
div.DivClassName
{
background-color: #FD8EC0;
}
.BgClassName
{
background-color: #FD8EC0;
}
</style>
border-color css
<style>
span { border-color: #FD8EC0; }
span { border-color: rgb(253,142,192); }
td.TdClassName
{
border-color: #FD8EC0;
}
.TagClassName
{
border-color: #FD8EC0;
}
</style>