Shades of Tea Rose #FF8ABF
Tints of Tea Rose #FF8ABF
RGB
CMYK
RGB Variations
Color information
#FF8ABF (or 0xFF8ABF) is known color: Tea Rose. HEX triplet: FF, 8A and BF. RGB value is (255,138,191). Sum of RGB (Red+Green+Blue) = 255+138+191=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ABF is #007540. Grayscale: #B2B2B2. Windows color (decimal): -30017 or 12552959. OLE color: 12552959.
HSL color Cylindrical-coordinate representation of color #FF8ABF: hue angle of 332.82º 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 #FF8ABF is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 191 | - |
| CMYK | 0 | 0.46 | 0.25 | 0 |
| HSL | 332.82º | 1% | 0.77% | - |
| HSV(B) | 332.82º | 0.46% | 1% | - |
| XYZ | 59.73 | 43.2 | 54.48 | - |
| YUV | 179.03 | 134.76 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 191 | 0 | 0.46 | 0.25 | 0 | 332.82 | 1 | 0.77 |
| Hex | FF | 8A | BF | 0 | 2E | 19 | 0 | 14D | 64 | 4D |
| Octal | 377 | 212 | 277 | 0 | 56 | 31 | 0 | 515 | 144 | 115 |
| Binary | 11111111 | 10001010 | 10111111 | 0 | 101110 | 11001 | 0 | 101001101 | 1100100 | 1001101 |
Color Harmonies of #FF8ABF
Complementary color
Monochromatic Colors of #FF8ABF
Black with #FF8ABF
Text Example
Text Example
White with #FF8ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8ABF; }
p { color: rgb(255,138,191); }
H1.HeaderClassName
{
color: #FF8ABF;
}
.AnyTagClassName
{
color: #FF8ABF;
}
</style>
background-color css
<style>
a { background-color: #FF8ABF; }
a { background-color: rgb(255,138,191); }
div.DivClassName
{
background-color: #FF8ABF;
}
.BgClassName
{
background-color: #FF8ABF;
}
</style>
border-color css
<style>
span { border-color: #FF8ABF; }
span { border-color: rgb(255,138,191); }
td.TdClassName
{
border-color: #FF8ABF;
}
.TagClassName
{
border-color: #FF8ABF;
}
</style>