Shades of Tea Rose #FF8AD1
Tints of Tea Rose #FF8AD1
RGB
CMYK
RGB Variations
Color information
#FF8AD1 (or 0xFF8AD1) is known color: Tea Rose. HEX triplet: FF, 8A and D1. RGB value is (255,138,209). Sum of RGB (Red+Green+Blue) = 255+138+209=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AD1 is #00752E. Grayscale: #B4B4B4. Windows color (decimal): -29999 or 13732607. OLE color: 13732607.
HSL color Cylindrical-coordinate representation of color #FF8AD1: hue angle of 323.59º 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 #FF8AD1 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 209 | - |
| CMYK | 0 | 0.46 | 0.18 | 0 |
| HSL | 323.59º | 1% | 0.77% | - |
| HSV(B) | 323.59º | 0.46% | 1% | - |
| XYZ | 61.84 | 44.04 | 65.56 | - |
| YUV | 181.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 209 | 0 | 0.46 | 0.18 | 0 | 323.59 | 1 | 0.77 |
| Hex | FF | 8A | D1 | 0 | 2E | 12 | 0 | 144 | 64 | 4D |
| Octal | 377 | 212 | 321 | 0 | 56 | 22 | 0 | 504 | 144 | 115 |
| Binary | 11111111 | 10001010 | 11010001 | 0 | 101110 | 10010 | 0 | 101000100 | 1100100 | 1001101 |
Color Harmonies of #FF8AD1
Complementary color
Monochromatic Colors of #FF8AD1
Black with #FF8AD1
Text Example
Text Example
White with #FF8AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AD1; }
p { color: rgb(255,138,209); }
H1.HeaderClassName
{
color: #FF8AD1;
}
.AnyTagClassName
{
color: #FF8AD1;
}
</style>
background-color css
<style>
a { background-color: #FF8AD1; }
a { background-color: rgb(255,138,209); }
div.DivClassName
{
background-color: #FF8AD1;
}
.BgClassName
{
background-color: #FF8AD1;
}
</style>
border-color css
<style>
span { border-color: #FF8AD1; }
span { border-color: rgb(255,138,209); }
td.TdClassName
{
border-color: #FF8AD1;
}
.TagClassName
{
border-color: #FF8AD1;
}
</style>