Shades of Tea Rose #FE86CD
Tints of Tea Rose #FE86CD
RGB
CMYK
RGB Variations
Color information
#FE86CD (or 0xFE86CD) is known color: Tea Rose. HEX triplet: FE, 86 and CD. RGB value is (254,134,205). Sum of RGB (Red+Green+Blue) = 254+134+205=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86CD is #017932. Grayscale: #B1B1B1. Windows color (decimal): -96563 or 13469438. OLE color: 13469438.
HSL color Cylindrical-coordinate representation of color #FE86CD: hue angle of 324.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE86CD is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 205 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.00 |
| HSL | 324.5º | 0.98% | 0.76% | - |
| HSV(B) | 324.5º | 0.47% | 1% | - |
| XYZ | 60.42 | 42.53 | 62.78 | - |
| YUV | 177.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 205 | 0 | 0.47 | 0.19 | 0.00 | 324.5 | 0.98 | 0.76 |
| Hex | FE | 86 | CD | 0 | 2F | 13 | 0 | 144 | 62 | 4C |
| Octal | 376 | 206 | 315 | 0 | 57 | 23 | 0 | 504 | 142 | 114 |
| Binary | 11111110 | 10000110 | 11001101 | 0 | 101111 | 10011 | 0 | 101000100 | 1100010 | 1001100 |
Color Harmonies of #FE86CD
Complementary color
Monochromatic Colors of #FE86CD
Black with #FE86CD
Text Example
Text Example
White with #FE86CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE86CD; }
p { color: rgb(254,134,205); }
H1.HeaderClassName
{
color: #FE86CD;
}
.AnyTagClassName
{
color: #FE86CD;
}
</style>
background-color css
<style>
a { background-color: #FE86CD; }
a { background-color: rgb(254,134,205); }
div.DivClassName
{
background-color: #FE86CD;
}
.BgClassName
{
background-color: #FE86CD;
}
</style>
border-color css
<style>
span { border-color: #FE86CD; }
span { border-color: rgb(254,134,205); }
td.TdClassName
{
border-color: #FE86CD;
}
.TagClassName
{
border-color: #FE86CD;
}
</style>