Shades of Tea Rose #FF8ABD
Tints of Tea Rose #FF8ABD
RGB
CMYK
RGB Variations
Color information
#FF8ABD (or 0xFF8ABD) is known color: Tea Rose. HEX triplet: FF, 8A and BD. RGB value is (255,138,189). Sum of RGB (Red+Green+Blue) = 255+138+189=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ABD is #007542. Grayscale: #B2B2B2. Windows color (decimal): -30019 or 12421887. OLE color: 12421887.
HSL color Cylindrical-coordinate representation of color #FF8ABD: hue angle of 333.85º 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 #FF8ABD is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 189 | - |
| CMYK | 0 | 0.46 | 0.26 | 0 |
| HSL | 333.85º | 1% | 0.77% | - |
| HSV(B) | 333.85º | 0.46% | 1% | - |
| XYZ | 59.51 | 43.11 | 53.33 | - |
| YUV | 178.8 | 133.76 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 189 | 0 | 0.46 | 0.26 | 0 | 333.85 | 1 | 0.77 |
| Hex | FF | 8A | BD | 0 | 2E | 1A | 0 | 14E | 64 | 4D |
| Octal | 377 | 212 | 275 | 0 | 56 | 32 | 0 | 516 | 144 | 115 |
| Binary | 11111111 | 10001010 | 10111101 | 0 | 101110 | 11010 | 0 | 101001110 | 1100100 | 1001101 |
Color Harmonies of #FF8ABD
Complementary color
Monochromatic Colors of #FF8ABD
Black with #FF8ABD
Text Example
Text Example
White with #FF8ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8ABD; }
p { color: rgb(255,138,189); }
H1.HeaderClassName
{
color: #FF8ABD;
}
.AnyTagClassName
{
color: #FF8ABD;
}
</style>
background-color css
<style>
a { background-color: #FF8ABD; }
a { background-color: rgb(255,138,189); }
div.DivClassName
{
background-color: #FF8ABD;
}
.BgClassName
{
background-color: #FF8ABD;
}
</style>
border-color css
<style>
span { border-color: #FF8ABD; }
span { border-color: rgb(255,138,189); }
td.TdClassName
{
border-color: #FF8ABD;
}
.TagClassName
{
border-color: #FF8ABD;
}
</style>