Shades of Tea Rose #FE8DC1
Tints of Tea Rose #FE8DC1
RGB
CMYK
RGB Variations
Color information
#FE8DC1 (or 0xFE8DC1) is known color: Tea Rose. HEX triplet: FE, 8D and C1. RGB value is (254,141,193). Sum of RGB (Red+Green+Blue) = 254+141+193=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DC1 is #01723E. Grayscale: #B4B4B4. Windows color (decimal): -94783 or 12684798. OLE color: 12684798.
HSL color Cylindrical-coordinate representation of color #FE8DC1: hue angle of 332.39º 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 #FE8DC1 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 193 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.00 |
| HSL | 332.39º | 0.98% | 0.77% | - |
| HSV(B) | 332.39º | 0.44% | 1% | - |
| XYZ | 60.02 | 43.97 | 55.78 | - |
| YUV | 180.72 | 134.94 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 193 | 0 | 0.44 | 0.24 | 0.00 | 332.39 | 0.98 | 0.77 |
| Hex | FE | 8D | C1 | 0 | 2C | 18 | 0 | 14C | 62 | 4D |
| Octal | 376 | 215 | 301 | 0 | 54 | 30 | 0 | 514 | 142 | 115 |
| Binary | 11111110 | 10001101 | 11000001 | 0 | 101100 | 11000 | 0 | 101001100 | 1100010 | 1001101 |
Color Harmonies of #FE8DC1
Complementary color
Monochromatic Colors of #FE8DC1
Black with #FE8DC1
Text Example
Text Example
White with #FE8DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DC1; }
p { color: rgb(254,141,193); }
H1.HeaderClassName
{
color: #FE8DC1;
}
.AnyTagClassName
{
color: #FE8DC1;
}
</style>
background-color css
<style>
a { background-color: #FE8DC1; }
a { background-color: rgb(254,141,193); }
div.DivClassName
{
background-color: #FE8DC1;
}
.BgClassName
{
background-color: #FE8DC1;
}
</style>
border-color css
<style>
span { border-color: #FE8DC1; }
span { border-color: rgb(254,141,193); }
td.TdClassName
{
border-color: #FE8DC1;
}
.TagClassName
{
border-color: #FE8DC1;
}
</style>