Shades of Tea Rose #FE8ECD
Tints of Tea Rose #FE8ECD
RGB
CMYK
RGB Variations
Color information
#FE8ECD (or 0xFE8ECD) is known color: Tea Rose. HEX triplet: FE, 8E and CD. RGB value is (254,142,205). Sum of RGB (Red+Green+Blue) = 254+142+205=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 142 (55.86% from 255 or 23.63% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ECD is #017132. Grayscale: #B6B6B6. Windows color (decimal): -94515 or 13471486. OLE color: 13471486.
HSL color Cylindrical-coordinate representation of color #FE8ECD: hue angle of 326.25º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8ECD is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 142 | 205 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.00 |
| HSL | 326.25º | 0.98% | 0.78% | - |
| HSV(B) | 326.25º | 0.44% | 1% | - |
| XYZ | 61.57 | 44.82 | 63.16 | - |
| YUV | 182.67 | 140.61 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 205 | 0 | 0.44 | 0.19 | 0.00 | 326.25 | 0.98 | 0.78 |
| Hex | FE | 8E | CD | 0 | 2C | 13 | 0 | 146 | 62 | 4E |
| Octal | 376 | 216 | 315 | 0 | 54 | 23 | 0 | 506 | 142 | 116 |
| Binary | 11111110 | 10001110 | 11001101 | 0 | 101100 | 10011 | 0 | 101000110 | 1100010 | 1001110 |
Color Harmonies of #FE8ECD
Complementary color
Monochromatic Colors of #FE8ECD
Black with #FE8ECD
Text Example
Text Example
White with #FE8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8ECD; }
p { color: rgb(254,142,205); }
H1.HeaderClassName
{
color: #FE8ECD;
}
.AnyTagClassName
{
color: #FE8ECD;
}
</style>
background-color css
<style>
a { background-color: #FE8ECD; }
a { background-color: rgb(254,142,205); }
div.DivClassName
{
background-color: #FE8ECD;
}
.BgClassName
{
background-color: #FE8ECD;
}
</style>
border-color css
<style>
span { border-color: #FE8ECD; }
span { border-color: rgb(254,142,205); }
td.TdClassName
{
border-color: #FE8ECD;
}
.TagClassName
{
border-color: #FE8ECD;
}
</style>