Shades of Tea Rose #FE86BD
Tints of Tea Rose #FE86BD
RGB
CMYK
RGB Variations
Color information
#FE86BD (or 0xFE86BD) is known color: Tea Rose. HEX triplet: FE, 86 and BD. RGB value is (254,134,189). Sum of RGB (Red+Green+Blue) = 254+134+189=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86BD is #017942. Grayscale: #B0B0B0. Windows color (decimal): -96579 or 12420862. OLE color: 12420862.
HSL color Cylindrical-coordinate representation of color #FE86BD: hue angle of 332.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 #FE86BD is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 189 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.00 |
| HSL | 332.5º | 0.98% | 0.76% | - |
| HSV(B) | 332.5º | 0.47% | 1% | - |
| XYZ | 58.58 | 41.8 | 53.12 | - |
| YUV | 176.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 189 | 0 | 0.47 | 0.26 | 0.00 | 332.5 | 0.98 | 0.76 |
| Hex | FE | 86 | BD | 0 | 2F | 1A | 0 | 14C | 62 | 4C |
| Octal | 376 | 206 | 275 | 0 | 57 | 32 | 0 | 514 | 142 | 114 |
| Binary | 11111110 | 10000110 | 10111101 | 0 | 101111 | 11010 | 0 | 101001100 | 1100010 | 1001100 |
Color Harmonies of #FE86BD
Complementary color
Monochromatic Colors of #FE86BD
Black with #FE86BD
Text Example
Text Example
White with #FE86BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE86BD; }
p { color: rgb(254,134,189); }
H1.HeaderClassName
{
color: #FE86BD;
}
.AnyTagClassName
{
color: #FE86BD;
}
</style>
background-color css
<style>
a { background-color: #FE86BD; }
a { background-color: rgb(254,134,189); }
div.DivClassName
{
background-color: #FE86BD;
}
.BgClassName
{
background-color: #FE86BD;
}
</style>
border-color css
<style>
span { border-color: #FE86BD; }
span { border-color: rgb(254,134,189); }
td.TdClassName
{
border-color: #FE86BD;
}
.TagClassName
{
border-color: #FE86BD;
}
</style>