Shades of Tea Rose #FE86BE
Tints of Tea Rose #FE86BE
RGB
CMYK
RGB Variations
Color information
#FE86BE (or 0xFE86BE) is known color: Tea Rose. HEX triplet: FE, 86 and BE. RGB value is (254,134,190). Sum of RGB (Red+Green+Blue) = 254+134+190=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86BE is #017941. Grayscale: #B0B0B0. Windows color (decimal): -96578 or 12486398. OLE color: 12486398.
HSL color Cylindrical-coordinate representation of color #FE86BE: hue angle of 332º 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 #FE86BE is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 190 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.00 |
| HSL | 332º | 0.98% | 0.76% | - |
| HSV(B) | 332º | 0.47% | 1% | - |
| XYZ | 58.69 | 41.84 | 53.7 | - |
| YUV | 176.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 190 | 0 | 0.47 | 0.25 | 0.00 | 332 | 0.98 | 0.76 |
| Hex | FE | 86 | BE | 0 | 2F | 19 | 0 | 14C | 62 | 4C |
| Octal | 376 | 206 | 276 | 0 | 57 | 31 | 0 | 514 | 142 | 114 |
| Binary | 11111110 | 10000110 | 10111110 | 0 | 101111 | 11001 | 0 | 101001100 | 1100010 | 1001100 |
Color Harmonies of #FE86BE
Complementary color
Monochromatic Colors of #FE86BE
Black with #FE86BE
Text Example
Text Example
White with #FE86BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE86BE; }
p { color: rgb(254,134,190); }
H1.HeaderClassName
{
color: #FE86BE;
}
.AnyTagClassName
{
color: #FE86BE;
}
</style>
background-color css
<style>
a { background-color: #FE86BE; }
a { background-color: rgb(254,134,190); }
div.DivClassName
{
background-color: #FE86BE;
}
.BgClassName
{
background-color: #FE86BE;
}
</style>
border-color css
<style>
span { border-color: #FE86BE; }
span { border-color: rgb(254,134,190); }
td.TdClassName
{
border-color: #FE86BE;
}
.TagClassName
{
border-color: #FE86BE;
}
</style>