Shades of Tea Rose #FE86D0
Tints of Tea Rose #FE86D0
RGB
CMYK
RGB Variations
Color information
#FE86D0 (or 0xFE86D0) is known color: Tea Rose. HEX triplet: FE, 86 and D0. RGB value is (254,134,208). Sum of RGB (Red+Green+Blue) = 254+134+208=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 134 (52.73% from 255 or 22.48% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86D0 is #01792F. Grayscale: #B2B2B2. Windows color (decimal): -96560 or 13666046. OLE color: 13666046.
HSL color Cylindrical-coordinate representation of color #FE86D0: hue angle of 323º 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 #FE86D0 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 208 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.00 |
| HSL | 323º | 0.98% | 0.76% | - |
| HSV(B) | 323º | 0.47% | 1% | - |
| XYZ | 60.78 | 42.68 | 64.71 | - |
| YUV | 178.32 | 144.76 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 208 | 0 | 0.47 | 0.18 | 0.00 | 323 | 0.98 | 0.76 |
| Hex | FE | 86 | D0 | 0 | 2F | 12 | 0 | 143 | 62 | 4C |
| Octal | 376 | 206 | 320 | 0 | 57 | 22 | 0 | 503 | 142 | 114 |
| Binary | 11111110 | 10000110 | 11010000 | 0 | 101111 | 10010 | 0 | 101000011 | 1100010 | 1001100 |
Color Harmonies of #FE86D0
Complementary color
Monochromatic Colors of #FE86D0
Black with #FE86D0
Text Example
Text Example
White with #FE86D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE86D0; }
p { color: rgb(254,134,208); }
H1.HeaderClassName
{
color: #FE86D0;
}
.AnyTagClassName
{
color: #FE86D0;
}
</style>
background-color css
<style>
a { background-color: #FE86D0; }
a { background-color: rgb(254,134,208); }
div.DivClassName
{
background-color: #FE86D0;
}
.BgClassName
{
background-color: #FE86D0;
}
</style>
border-color css
<style>
span { border-color: #FE86D0; }
span { border-color: rgb(254,134,208); }
td.TdClassName
{
border-color: #FE86D0;
}
.TagClassName
{
border-color: #FE86D0;
}
</style>