Shades of Tea Rose #FE8ABA
Tints of Tea Rose #FE8ABA
RGB
CMYK
RGB Variations
Color information
#FE8ABA (or 0xFE8ABA) is known color: Tea Rose. HEX triplet: FE, 8A and BA. RGB value is (254,138,186). Sum of RGB (Red+Green+Blue) = 254+138+186=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ABA is #017545. Grayscale: #B2B2B2. Windows color (decimal): -95558 or 12225278. OLE color: 12225278.
HSL color Cylindrical-coordinate representation of color #FE8ABA: hue angle of 335.17º 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 #FE8ABA is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 186 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.00 |
| HSL | 335.17º | 0.98% | 0.77% | - |
| HSV(B) | 335.17º | 0.46% | 1% | - |
| XYZ | 58.82 | 42.79 | 51.61 | - |
| YUV | 178.16 | 132.43 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 186 | 0 | 0.46 | 0.27 | 0.00 | 335.17 | 0.98 | 0.77 |
| Hex | FE | 8A | BA | 0 | 2E | 1B | 0 | 14F | 62 | 4D |
| Octal | 376 | 212 | 272 | 0 | 56 | 33 | 0 | 517 | 142 | 115 |
| Binary | 11111110 | 10001010 | 10111010 | 0 | 101110 | 11011 | 0 | 101001111 | 1100010 | 1001101 |
Color Harmonies of #FE8ABA
Complementary color
Monochromatic Colors of #FE8ABA
Black with #FE8ABA
Text Example
Text Example
White with #FE8ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8ABA; }
p { color: rgb(254,138,186); }
H1.HeaderClassName
{
color: #FE8ABA;
}
.AnyTagClassName
{
color: #FE8ABA;
}
</style>
background-color css
<style>
a { background-color: #FE8ABA; }
a { background-color: rgb(254,138,186); }
div.DivClassName
{
background-color: #FE8ABA;
}
.BgClassName
{
background-color: #FE8ABA;
}
</style>
border-color css
<style>
span { border-color: #FE8ABA; }
span { border-color: rgb(254,138,186); }
td.TdClassName
{
border-color: #FE8ABA;
}
.TagClassName
{
border-color: #FE8ABA;
}
</style>