Shades of Tea Rose #FE8AB9
Tints of Tea Rose #FE8AB9
RGB
CMYK
RGB Variations
Color information
#FE8AB9 (or 0xFE8AB9) is known color: Tea Rose. HEX triplet: FE, 8A and B9. RGB value is (254,138,185). Sum of RGB (Red+Green+Blue) = 254+138+185=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8AB9 is #017546. Grayscale: #B1B1B1. Windows color (decimal): -95559 or 12159742. OLE color: 12159742.
HSL color Cylindrical-coordinate representation of color #FE8AB9: hue angle of 335.69º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8AB9 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 185 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.00 |
| HSL | 335.69º | 0.98% | 0.77% | - |
| HSV(B) | 335.69º | 0.46% | 1% | - |
| XYZ | 58.72 | 42.75 | 51.06 | - |
| YUV | 178.04 | 131.93 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 185 | 0 | 0.46 | 0.27 | 0.00 | 335.69 | 0.98 | 0.77 |
| Hex | FE | 8A | B9 | 0 | 2E | 1B | 0 | 150 | 62 | 4D |
| Octal | 376 | 212 | 271 | 0 | 56 | 33 | 0 | 520 | 142 | 115 |
| Binary | 11111110 | 10001010 | 10111001 | 0 | 101110 | 11011 | 0 | 101010000 | 1100010 | 1001101 |
Color Harmonies of #FE8AB9
Complementary color
Monochromatic Colors of #FE8AB9
Black with #FE8AB9
Text Example
Text Example
White with #FE8AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8AB9; }
p { color: rgb(254,138,185); }
H1.HeaderClassName
{
color: #FE8AB9;
}
.AnyTagClassName
{
color: #FE8AB9;
}
</style>
background-color css
<style>
a { background-color: #FE8AB9; }
a { background-color: rgb(254,138,185); }
div.DivClassName
{
background-color: #FE8AB9;
}
.BgClassName
{
background-color: #FE8AB9;
}
</style>
border-color css
<style>
span { border-color: #FE8AB9; }
span { border-color: rgb(254,138,185); }
td.TdClassName
{
border-color: #FE8AB9;
}
.TagClassName
{
border-color: #FE8AB9;
}
</style>