Shades of Tea Rose #FF8AB9
Tints of Tea Rose #FF8AB9
RGB
CMYK
RGB Variations
Color information
#FF8AB9 (or 0xFF8AB9) is known color: Tea Rose. HEX triplet: FF, 8A and B9. RGB value is (255,138,185). Sum of RGB (Red+Green+Blue) = 255+138+185=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AB9 is #007546. Grayscale: #B2B2B2. Windows color (decimal): -30023 or 12159743. OLE color: 12159743.
HSL color Cylindrical-coordinate representation of color #FF8AB9: hue angle of 335.9º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8AB9 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 185 | - |
| CMYK | 0 | 0.46 | 0.27 | 0 |
| HSL | 335.9º | 1% | 0.77% | - |
| HSV(B) | 335.9º | 0.46% | 1% | - |
| XYZ | 59.09 | 42.94 | 51.07 | - |
| YUV | 178.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 185 | 0 | 0.46 | 0.27 | 0 | 335.9 | 1 | 0.77 |
| Hex | FF | 8A | B9 | 0 | 2E | 1B | 0 | 150 | 64 | 4D |
| Octal | 377 | 212 | 271 | 0 | 56 | 33 | 0 | 520 | 144 | 115 |
| Binary | 11111111 | 10001010 | 10111001 | 0 | 101110 | 11011 | 0 | 101010000 | 1100100 | 1001101 |
Color Harmonies of #FF8AB9
Complementary color
Monochromatic Colors of #FF8AB9
Black with #FF8AB9
Text Example
Text Example
White with #FF8AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AB9; }
p { color: rgb(255,138,185); }
H1.HeaderClassName
{
color: #FF8AB9;
}
.AnyTagClassName
{
color: #FF8AB9;
}
</style>
background-color css
<style>
a { background-color: #FF8AB9; }
a { background-color: rgb(255,138,185); }
div.DivClassName
{
background-color: #FF8AB9;
}
.BgClassName
{
background-color: #FF8AB9;
}
</style>
border-color css
<style>
span { border-color: #FF8AB9; }
span { border-color: rgb(255,138,185); }
td.TdClassName
{
border-color: #FF8AB9;
}
.TagClassName
{
border-color: #FF8AB9;
}
</style>