Shades of Tea Rose #FF8FD1
Tints of Tea Rose #FF8FD1
RGB
CMYK
RGB Variations
Color information
#FF8FD1 (or 0xFF8FD1) is known color: Tea Rose. HEX triplet: FF, 8F and D1. RGB value is (255,143,209). Sum of RGB (Red+Green+Blue) = 255+143+209=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FD1 is #00702E. Grayscale: #B7B7B7. Windows color (decimal): -28719 or 13733887. OLE color: 13733887.
HSL color Cylindrical-coordinate representation of color #FF8FD1: hue angle of 324.64º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FD1 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 209 | - |
| CMYK | 0 | 0.44 | 0.18 | 0 |
| HSL | 324.64º | 1% | 0.78% | - |
| HSV(B) | 324.64º | 0.44% | 1% | - |
| XYZ | 62.57 | 45.51 | 65.81 | - |
| YUV | 184.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 209 | 0 | 0.44 | 0.18 | 0 | 324.64 | 1 | 0.78 |
| Hex | FF | 8F | D1 | 0 | 2C | 12 | 0 | 145 | 64 | 4E |
| Octal | 377 | 217 | 321 | 0 | 54 | 22 | 0 | 505 | 144 | 116 |
| Binary | 11111111 | 10001111 | 11010001 | 0 | 101100 | 10010 | 0 | 101000101 | 1100100 | 1001110 |
Color Harmonies of #FF8FD1
Complementary color
Monochromatic Colors of #FF8FD1
Black with #FF8FD1
Text Example
Text Example
White with #FF8FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FD1; }
p { color: rgb(255,143,209); }
H1.HeaderClassName
{
color: #FF8FD1;
}
.AnyTagClassName
{
color: #FF8FD1;
}
</style>
background-color css
<style>
a { background-color: #FF8FD1; }
a { background-color: rgb(255,143,209); }
div.DivClassName
{
background-color: #FF8FD1;
}
.BgClassName
{
background-color: #FF8FD1;
}
</style>
border-color css
<style>
span { border-color: #FF8FD1; }
span { border-color: rgb(255,143,209); }
td.TdClassName
{
border-color: #FF8FD1;
}
.TagClassName
{
border-color: #FF8FD1;
}
</style>