Shades of Tea Rose #FE8ECE
Tints of Tea Rose #FE8ECE
RGB
CMYK
RGB Variations
Color information
#FE8ECE (or 0xFE8ECE) is known color: Tea Rose. HEX triplet: FE, 8E and CE. RGB value is (254,142,206). Sum of RGB (Red+Green+Blue) = 254+142+206=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 142 (55.86% from 255 or 23.59% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ECE is #017131. Grayscale: #B6B6B6. Windows color (decimal): -94514 or 13537022. OLE color: 13537022.
HSL color Cylindrical-coordinate representation of color #FE8ECE: hue angle of 325.71º 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 #FE8ECE is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 142 | 206 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.00 |
| HSL | 325.71º | 0.98% | 0.78% | - |
| HSV(B) | 325.71º | 0.44% | 1% | - |
| XYZ | 61.69 | 44.87 | 63.8 | - |
| YUV | 182.78 | 141.11 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 206 | 0 | 0.44 | 0.19 | 0.00 | 325.71 | 0.98 | 0.78 |
| Hex | FE | 8E | CE | 0 | 2C | 13 | 0 | 146 | 62 | 4E |
| Octal | 376 | 216 | 316 | 0 | 54 | 23 | 0 | 506 | 142 | 116 |
| Binary | 11111110 | 10001110 | 11001110 | 0 | 101100 | 10011 | 0 | 101000110 | 1100010 | 1001110 |
Color Harmonies of #FE8ECE
Complementary color
Monochromatic Colors of #FE8ECE
Black with #FE8ECE
Text Example
Text Example
White with #FE8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8ECE; }
p { color: rgb(254,142,206); }
H1.HeaderClassName
{
color: #FE8ECE;
}
.AnyTagClassName
{
color: #FE8ECE;
}
</style>
background-color css
<style>
a { background-color: #FE8ECE; }
a { background-color: rgb(254,142,206); }
div.DivClassName
{
background-color: #FE8ECE;
}
.BgClassName
{
background-color: #FE8ECE;
}
</style>
border-color css
<style>
span { border-color: #FE8ECE; }
span { border-color: rgb(254,142,206); }
td.TdClassName
{
border-color: #FE8ECE;
}
.TagClassName
{
border-color: #FE8ECE;
}
</style>