Shades of Tea Rose #FF8ABB
Tints of Tea Rose #FF8ABB
RGB
CMYK
RGB Variations
Color information
#FF8ABB (or 0xFF8ABB) is known color: Tea Rose. HEX triplet: FF, 8A and BB. RGB value is (255,138,187). Sum of RGB (Red+Green+Blue) = 255+138+187=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ABB is #007544. Grayscale: #B2B2B2. Windows color (decimal): -30021 or 12290815. OLE color: 12290815.
HSL color Cylindrical-coordinate representation of color #FF8ABB: hue angle of 334.87º 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 #FF8ABB is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 187 | - |
| CMYK | 0 | 0.46 | 0.27 | 0 |
| HSL | 334.87º | 1% | 0.77% | - |
| HSV(B) | 334.87º | 0.46% | 1% | - |
| XYZ | 59.3 | 43.02 | 52.19 | - |
| YUV | 178.57 | 132.76 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 187 | 0 | 0.46 | 0.27 | 0 | 334.87 | 1 | 0.77 |
| Hex | FF | 8A | BB | 0 | 2E | 1B | 0 | 14F | 64 | 4D |
| Octal | 377 | 212 | 273 | 0 | 56 | 33 | 0 | 517 | 144 | 115 |
| Binary | 11111111 | 10001010 | 10111011 | 0 | 101110 | 11011 | 0 | 101001111 | 1100100 | 1001101 |
Color Harmonies of #FF8ABB
Complementary color
Monochromatic Colors of #FF8ABB
Black with #FF8ABB
Text Example
Text Example
White with #FF8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8ABB; }
p { color: rgb(255,138,187); }
H1.HeaderClassName
{
color: #FF8ABB;
}
.AnyTagClassName
{
color: #FF8ABB;
}
</style>
background-color css
<style>
a { background-color: #FF8ABB; }
a { background-color: rgb(255,138,187); }
div.DivClassName
{
background-color: #FF8ABB;
}
.BgClassName
{
background-color: #FF8ABB;
}
</style>
border-color css
<style>
span { border-color: #FF8ABB; }
span { border-color: rgb(255,138,187); }
td.TdClassName
{
border-color: #FF8ABB;
}
.TagClassName
{
border-color: #FF8ABB;
}
</style>