Shades of Tea Rose #FA8DCD
Tints of Tea Rose #FA8DCD
RGB
CMYK
RGB Variations
Color information
#FA8DCD (or 0xFA8DCD) is known color: Tea Rose. HEX triplet: FA, 8D and CD. RGB value is (250,141,205). Sum of RGB (Red+Green+Blue) = 250+141+205=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DCD is #057232. Grayscale: #B4B4B4. Windows color (decimal): -356915 or 13471226. OLE color: 13471226.
HSL color Cylindrical-coordinate representation of color #FA8DCD: hue angle of 324.77º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8DCD is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 205 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.02 |
| HSL | 324.77º | 0.92% | 0.77% | - |
| HSV(B) | 324.77º | 0.44% | 0.98% | - |
| XYZ | 59.97 | 43.78 | 63.05 | - |
| YUV | 180.89 | 141.61 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 205 | 0 | 0.44 | 0.18 | 0.02 | 324.77 | 0.92 | 0.77 |
| Hex | FA | 8D | CD | 0 | 2C | 12 | 2 | 145 | 5C | 4D |
| Octal | 372 | 215 | 315 | 0 | 54 | 22 | 2 | 505 | 134 | 115 |
| Binary | 11111010 | 10001101 | 11001101 | 0 | 101100 | 10010 | 10 | 101000101 | 1011100 | 1001101 |
Color Harmonies of #FA8DCD
Complementary color
Monochromatic Colors of #FA8DCD
Black with #FA8DCD
Text Example
Text Example
White with #FA8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DCD; }
p { color: rgb(250,141,205); }
H1.HeaderClassName
{
color: #FA8DCD;
}
.AnyTagClassName
{
color: #FA8DCD;
}
</style>
background-color css
<style>
a { background-color: #FA8DCD; }
a { background-color: rgb(250,141,205); }
div.DivClassName
{
background-color: #FA8DCD;
}
.BgClassName
{
background-color: #FA8DCD;
}
</style>
border-color css
<style>
span { border-color: #FA8DCD; }
span { border-color: rgb(250,141,205); }
td.TdClassName
{
border-color: #FA8DCD;
}
.TagClassName
{
border-color: #FA8DCD;
}
</style>