Shades of Tea Rose #FF8ABE
Tints of Tea Rose #FF8ABE
RGB
CMYK
RGB Variations
Color information
#FF8ABE (or 0xFF8ABE) is known color: Tea Rose. HEX triplet: FF, 8A and BE. RGB value is (255,138,190). Sum of RGB (Red+Green+Blue) = 255+138+190=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ABE is #007541. Grayscale: #B2B2B2. Windows color (decimal): -30018 or 12487423. OLE color: 12487423.
HSL color Cylindrical-coordinate representation of color #FF8ABE: hue angle of 333.33º 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 #FF8ABE is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 190 | - |
| CMYK | 0 | 0.46 | 0.25 | 0 |
| HSL | 333.33º | 1% | 0.77% | - |
| HSV(B) | 333.33º | 0.46% | 1% | - |
| XYZ | 59.62 | 43.15 | 53.9 | - |
| YUV | 178.91 | 134.26 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 190 | 0 | 0.46 | 0.25 | 0 | 333.33 | 1 | 0.77 |
| Hex | FF | 8A | BE | 0 | 2E | 19 | 0 | 14D | 64 | 4D |
| Octal | 377 | 212 | 276 | 0 | 56 | 31 | 0 | 515 | 144 | 115 |
| Binary | 11111111 | 10001010 | 10111110 | 0 | 101110 | 11001 | 0 | 101001101 | 1100100 | 1001101 |
Color Harmonies of #FF8ABE
Complementary color
Monochromatic Colors of #FF8ABE
Black with #FF8ABE
Text Example
Text Example
White with #FF8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8ABE; }
p { color: rgb(255,138,190); }
H1.HeaderClassName
{
color: #FF8ABE;
}
.AnyTagClassName
{
color: #FF8ABE;
}
</style>
background-color css
<style>
a { background-color: #FF8ABE; }
a { background-color: rgb(255,138,190); }
div.DivClassName
{
background-color: #FF8ABE;
}
.BgClassName
{
background-color: #FF8ABE;
}
</style>
border-color css
<style>
span { border-color: #FF8ABE; }
span { border-color: rgb(255,138,190); }
td.TdClassName
{
border-color: #FF8ABE;
}
.TagClassName
{
border-color: #FF8ABE;
}
</style>