Shades of Tea Rose #FF8EC4
Tints of Tea Rose #FF8EC4
RGB
CMYK
RGB Variations
Color information
#FF8EC4 (or 0xFF8EC4) is known color: Tea Rose. HEX triplet: FF, 8E and C4. RGB value is (255,142,196). Sum of RGB (Red+Green+Blue) = 255+142+196=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8EC4 is #00713B. Grayscale: #B5B5B5. Windows color (decimal): -28988 or 12881663. OLE color: 12881663.
HSL color Cylindrical-coordinate representation of color #FF8EC4: hue angle of 331.33º 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 #FF8EC4 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 196 | - |
| CMYK | 0 | 0.44 | 0.23 | 0 |
| HSL | 331.33º | 1% | 0.78% | - |
| HSV(B) | 331.33º | 0.44% | 1% | - |
| XYZ | 60.88 | 44.59 | 57.62 | - |
| YUV | 181.94 | 135.94 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 196 | 0 | 0.44 | 0.23 | 0 | 331.33 | 1 | 0.78 |
| Hex | FF | 8E | C4 | 0 | 2C | 17 | 0 | 14B | 64 | 4E |
| Octal | 377 | 216 | 304 | 0 | 54 | 27 | 0 | 513 | 144 | 116 |
| Binary | 11111111 | 10001110 | 11000100 | 0 | 101100 | 10111 | 0 | 101001011 | 1100100 | 1001110 |
Color Harmonies of #FF8EC4
Complementary color
Monochromatic Colors of #FF8EC4
Black with #FF8EC4
Text Example
Text Example
White with #FF8EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8EC4; }
p { color: rgb(255,142,196); }
H1.HeaderClassName
{
color: #FF8EC4;
}
.AnyTagClassName
{
color: #FF8EC4;
}
</style>
background-color css
<style>
a { background-color: #FF8EC4; }
a { background-color: rgb(255,142,196); }
div.DivClassName
{
background-color: #FF8EC4;
}
.BgClassName
{
background-color: #FF8EC4;
}
</style>
border-color css
<style>
span { border-color: #FF8EC4; }
span { border-color: rgb(255,142,196); }
td.TdClassName
{
border-color: #FF8EC4;
}
.TagClassName
{
border-color: #FF8EC4;
}
</style>