Shades of Tea Rose #FE86CE
Tints of Tea Rose #FE86CE
RGB
CMYK
RGB Variations
Color information
#FE86CE (or 0xFE86CE) is known color: Tea Rose. HEX triplet: FE, 86 and CE. RGB value is (254,134,206). Sum of RGB (Red+Green+Blue) = 254+134+206=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 134 (52.73% from 255 or 22.56% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86CE is #017931. Grayscale: #B1B1B1. Windows color (decimal): -96562 or 13534974. OLE color: 13534974.
HSL color Cylindrical-coordinate representation of color #FE86CE: hue angle of 324º 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 #FE86CE is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 206 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.00 |
| HSL | 324º | 0.98% | 0.76% | - |
| HSV(B) | 324º | 0.47% | 1% | - |
| XYZ | 60.54 | 42.58 | 63.42 | - |
| YUV | 178.09 | 143.76 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 206 | 0 | 0.47 | 0.19 | 0.00 | 324 | 0.98 | 0.76 |
| Hex | FE | 86 | CE | 0 | 2F | 13 | 0 | 144 | 62 | 4C |
| Octal | 376 | 206 | 316 | 0 | 57 | 23 | 0 | 504 | 142 | 114 |
| Binary | 11111110 | 10000110 | 11001110 | 0 | 101111 | 10011 | 0 | 101000100 | 1100010 | 1001100 |
Color Harmonies of #FE86CE
Complementary color
Monochromatic Colors of #FE86CE
Black with #FE86CE
Text Example
Text Example
White with #FE86CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE86CE; }
p { color: rgb(254,134,206); }
H1.HeaderClassName
{
color: #FE86CE;
}
.AnyTagClassName
{
color: #FE86CE;
}
</style>
background-color css
<style>
a { background-color: #FE86CE; }
a { background-color: rgb(254,134,206); }
div.DivClassName
{
background-color: #FE86CE;
}
.BgClassName
{
background-color: #FE86CE;
}
</style>
border-color css
<style>
span { border-color: #FE86CE; }
span { border-color: rgb(254,134,206); }
td.TdClassName
{
border-color: #FE86CE;
}
.TagClassName
{
border-color: #FE86CE;
}
</style>