Shades of Tea Rose #FE8DB9
Tints of Tea Rose #FE8DB9
RGB
CMYK
RGB Variations
Color information
#FE8DB9 (or 0xFE8DB9) is known color: Tea Rose. HEX triplet: FE, 8D and B9. RGB value is (254,141,185). Sum of RGB (Red+Green+Blue) = 254+141+185=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DB9 is #017246. Grayscale: #B3B3B3. Windows color (decimal): -94791 or 12160510. OLE color: 12160510.
HSL color Cylindrical-coordinate representation of color #FE8DB9: hue angle of 336.64º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8DB9 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 185 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.00 |
| HSL | 336.64º | 0.98% | 0.77% | - |
| HSV(B) | 336.64º | 0.44% | 1% | - |
| XYZ | 59.15 | 43.62 | 51.2 | - |
| YUV | 179.8 | 130.94 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 185 | 0 | 0.44 | 0.27 | 0.00 | 336.64 | 0.98 | 0.77 |
| Hex | FE | 8D | B9 | 0 | 2C | 1B | 0 | 151 | 62 | 4D |
| Octal | 376 | 215 | 271 | 0 | 54 | 33 | 0 | 521 | 142 | 115 |
| Binary | 11111110 | 10001101 | 10111001 | 0 | 101100 | 11011 | 0 | 101010001 | 1100010 | 1001101 |
Color Harmonies of #FE8DB9
Complementary color
Monochromatic Colors of #FE8DB9
Black with #FE8DB9
Text Example
Text Example
White with #FE8DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DB9; }
p { color: rgb(254,141,185); }
H1.HeaderClassName
{
color: #FE8DB9;
}
.AnyTagClassName
{
color: #FE8DB9;
}
</style>
background-color css
<style>
a { background-color: #FE8DB9; }
a { background-color: rgb(254,141,185); }
div.DivClassName
{
background-color: #FE8DB9;
}
.BgClassName
{
background-color: #FE8DB9;
}
</style>
border-color css
<style>
span { border-color: #FE8DB9; }
span { border-color: rgb(254,141,185); }
td.TdClassName
{
border-color: #FE8DB9;
}
.TagClassName
{
border-color: #FE8DB9;
}
</style>