Shades of Tea Rose #FA8FD3
Tints of Tea Rose #FA8FD3
RGB
CMYK
RGB Variations
Color information
#FA8FD3 (or 0xFA8FD3) is known color: Tea Rose. HEX triplet: FA, 8F and D3. RGB value is (250,143,211). Sum of RGB (Red+Green+Blue) = 250+143+211=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FD3 is #05702C. Grayscale: #B6B6B6. Windows color (decimal): -356397 or 13864954. OLE color: 13864954.
HSL color Cylindrical-coordinate representation of color #FA8FD3: hue angle of 321.87º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8FD3 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 211 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.02 |
| HSL | 321.87º | 0.91% | 0.77% | - |
| HSV(B) | 321.87º | 0.43% | 0.98% | - |
| XYZ | 61 | 44.67 | 67.04 | - |
| YUV | 182.75 | 143.95 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 211 | 0 | 0.43 | 0.16 | 0.02 | 321.87 | 0.91 | 0.77 |
| Hex | FA | 8F | D3 | 0 | 2B | 10 | 2 | 142 | 5B | 4D |
| Octal | 372 | 217 | 323 | 0 | 53 | 20 | 2 | 502 | 133 | 115 |
| Binary | 11111010 | 10001111 | 11010011 | 0 | 101011 | 10000 | 10 | 101000010 | 1011011 | 1001101 |
Color Harmonies of #FA8FD3
Complementary color
Monochromatic Colors of #FA8FD3
Black with #FA8FD3
Text Example
Text Example
White with #FA8FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FD3; }
p { color: rgb(250,143,211); }
H1.HeaderClassName
{
color: #FA8FD3;
}
.AnyTagClassName
{
color: #FA8FD3;
}
</style>
background-color css
<style>
a { background-color: #FA8FD3; }
a { background-color: rgb(250,143,211); }
div.DivClassName
{
background-color: #FA8FD3;
}
.BgClassName
{
background-color: #FA8FD3;
}
</style>
border-color css
<style>
span { border-color: #FA8FD3; }
span { border-color: rgb(250,143,211); }
td.TdClassName
{
border-color: #FA8FD3;
}
.TagClassName
{
border-color: #FA8FD3;
}
</style>