Shades of Tea Rose #FF8ECE
Tints of Tea Rose #FF8ECE
RGB
CMYK
RGB Variations
Color information
#FF8ECE (or 0xFF8ECE) is known color: Tea Rose. HEX triplet: FF, 8E and CE. RGB value is (255,142,206). Sum of RGB (Red+Green+Blue) = 255+142+206=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 142 (55.86% from 255 or 23.55% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ECE is #007131. Grayscale: #B6B6B6. Windows color (decimal): -28978 or 13537023. OLE color: 13537023.
HSL color Cylindrical-coordinate representation of color #FF8ECE: hue angle of 326.02º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8ECE is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 206 | - |
| CMYK | 0 | 0.44 | 0.19 | 0 |
| HSL | 326.02º | 1% | 0.78% | - |
| HSV(B) | 326.02º | 0.44% | 1% | - |
| XYZ | 62.05 | 45.06 | 63.82 | - |
| YUV | 183.08 | 140.94 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 206 | 0 | 0.44 | 0.19 | 0 | 326.02 | 1 | 0.78 |
| Hex | FF | 8E | CE | 0 | 2C | 13 | 0 | 146 | 64 | 4E |
| Octal | 377 | 216 | 316 | 0 | 54 | 23 | 0 | 506 | 144 | 116 |
| Binary | 11111111 | 10001110 | 11001110 | 0 | 101100 | 10011 | 0 | 101000110 | 1100100 | 1001110 |
Color Harmonies of #FF8ECE
Complementary color
Monochromatic Colors of #FF8ECE
Black with #FF8ECE
Text Example
Text Example
White with #FF8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8ECE; }
p { color: rgb(255,142,206); }
H1.HeaderClassName
{
color: #FF8ECE;
}
.AnyTagClassName
{
color: #FF8ECE;
}
</style>
background-color css
<style>
a { background-color: #FF8ECE; }
a { background-color: rgb(255,142,206); }
div.DivClassName
{
background-color: #FF8ECE;
}
.BgClassName
{
background-color: #FF8ECE;
}
</style>
border-color css
<style>
span { border-color: #FF8ECE; }
span { border-color: rgb(255,142,206); }
td.TdClassName
{
border-color: #FF8ECE;
}
.TagClassName
{
border-color: #FF8ECE;
}
</style>