Shades of Tea Rose #FF8ABC
Tints of Tea Rose #FF8ABC
RGB
CMYK
RGB Variations
Color information
#FF8ABC (or 0xFF8ABC) is known color: Tea Rose. HEX triplet: FF, 8A and BC. RGB value is (255,138,188). Sum of RGB (Red+Green+Blue) = 255+138+188=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ABC is #007543. Grayscale: #B2B2B2. Windows color (decimal): -30020 or 12356351. OLE color: 12356351.
HSL color Cylindrical-coordinate representation of color #FF8ABC: hue angle of 334.36º 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 #FF8ABC is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 188 | - |
| CMYK | 0 | 0.46 | 0.26 | 0 |
| HSL | 334.36º | 1% | 0.77% | - |
| HSV(B) | 334.36º | 0.46% | 1% | - |
| XYZ | 59.41 | 43.07 | 52.76 | - |
| YUV | 178.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 188 | 0 | 0.46 | 0.26 | 0 | 334.36 | 1 | 0.77 |
| Hex | FF | 8A | BC | 0 | 2E | 1A | 0 | 14E | 64 | 4D |
| Octal | 377 | 212 | 274 | 0 | 56 | 32 | 0 | 516 | 144 | 115 |
| Binary | 11111111 | 10001010 | 10111100 | 0 | 101110 | 11010 | 0 | 101001110 | 1100100 | 1001101 |
Color Harmonies of #FF8ABC
Complementary color
Monochromatic Colors of #FF8ABC
Black with #FF8ABC
Text Example
Text Example
White with #FF8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8ABC; }
p { color: rgb(255,138,188); }
H1.HeaderClassName
{
color: #FF8ABC;
}
.AnyTagClassName
{
color: #FF8ABC;
}
</style>
background-color css
<style>
a { background-color: #FF8ABC; }
a { background-color: rgb(255,138,188); }
div.DivClassName
{
background-color: #FF8ABC;
}
.BgClassName
{
background-color: #FF8ABC;
}
</style>
border-color css
<style>
span { border-color: #FF8ABC; }
span { border-color: rgb(255,138,188); }
td.TdClassName
{
border-color: #FF8ABC;
}
.TagClassName
{
border-color: #FF8ABC;
}
</style>