Shades of Tea Rose #FF8AD5
Tints of Tea Rose #FF8AD5
RGB
CMYK
RGB Variations
Color information
#FF8AD5 (or 0xFF8AD5) is known color: Tea Rose. HEX triplet: FF, 8A and D5. RGB value is (255,138,213). Sum of RGB (Red+Green+Blue) = 255+138+213=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AD5 is #00752A. Grayscale: #B5B5B5. Windows color (decimal): -29995 or 13994751. OLE color: 13994751.
HSL color Cylindrical-coordinate representation of color #FF8AD5: hue angle of 321.54º 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 #FF8AD5 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 213 | - |
| CMYK | 0 | 0.46 | 0.16 | 0 |
| HSL | 321.54º | 1% | 0.77% | - |
| HSV(B) | 321.54º | 0.46% | 1% | - |
| XYZ | 62.34 | 44.24 | 68.2 | - |
| YUV | 181.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 213 | 0 | 0.46 | 0.16 | 0 | 321.54 | 1 | 0.77 |
| Hex | FF | 8A | D5 | 0 | 2E | 10 | 0 | 142 | 64 | 4D |
| Octal | 377 | 212 | 325 | 0 | 56 | 20 | 0 | 502 | 144 | 115 |
| Binary | 11111111 | 10001010 | 11010101 | 0 | 101110 | 10000 | 0 | 101000010 | 1100100 | 1001101 |
Color Harmonies of #FF8AD5
Complementary color
Monochromatic Colors of #FF8AD5
Black with #FF8AD5
Text Example
Text Example
White with #FF8AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AD5; }
p { color: rgb(255,138,213); }
H1.HeaderClassName
{
color: #FF8AD5;
}
.AnyTagClassName
{
color: #FF8AD5;
}
</style>
background-color css
<style>
a { background-color: #FF8AD5; }
a { background-color: rgb(255,138,213); }
div.DivClassName
{
background-color: #FF8AD5;
}
.BgClassName
{
background-color: #FF8AD5;
}
</style>
border-color css
<style>
span { border-color: #FF8AD5; }
span { border-color: rgb(255,138,213); }
td.TdClassName
{
border-color: #FF8AD5;
}
.TagClassName
{
border-color: #FF8AD5;
}
</style>