Shades of Tea Rose #FE8DC0
Tints of Tea Rose #FE8DC0
RGB
CMYK
RGB Variations
Color information
#FE8DC0 (or 0xFE8DC0) is known color: Tea Rose. HEX triplet: FE, 8D and C0. RGB value is (254,141,192). Sum of RGB (Red+Green+Blue) = 254+141+192=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DC0 is #01723F. Grayscale: #B4B4B4. Windows color (decimal): -94784 or 12619262. OLE color: 12619262.
HSL color Cylindrical-coordinate representation of color #FE8DC0: hue angle of 332.92º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8DC0 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 192 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.00 |
| HSL | 332.92º | 0.98% | 0.77% | - |
| HSV(B) | 332.92º | 0.44% | 1% | - |
| XYZ | 59.91 | 43.93 | 55.19 | - |
| YUV | 180.6 | 134.44 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 192 | 0 | 0.44 | 0.24 | 0.00 | 332.92 | 0.98 | 0.77 |
| Hex | FE | 8D | C0 | 0 | 2C | 18 | 0 | 14D | 62 | 4D |
| Octal | 376 | 215 | 300 | 0 | 54 | 30 | 0 | 515 | 142 | 115 |
| Binary | 11111110 | 10001101 | 11000000 | 0 | 101100 | 11000 | 0 | 101001101 | 1100010 | 1001101 |
Color Harmonies of #FE8DC0
Complementary color
Monochromatic Colors of #FE8DC0
Black with #FE8DC0
Text Example
Text Example
White with #FE8DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DC0; }
p { color: rgb(254,141,192); }
H1.HeaderClassName
{
color: #FE8DC0;
}
.AnyTagClassName
{
color: #FE8DC0;
}
</style>
background-color css
<style>
a { background-color: #FE8DC0; }
a { background-color: rgb(254,141,192); }
div.DivClassName
{
background-color: #FE8DC0;
}
.BgClassName
{
background-color: #FE8DC0;
}
</style>
border-color css
<style>
span { border-color: #FE8DC0; }
span { border-color: rgb(254,141,192); }
td.TdClassName
{
border-color: #FE8DC0;
}
.TagClassName
{
border-color: #FE8DC0;
}
</style>