Shades of Tea Rose #FA8DC5
Tints of Tea Rose #FA8DC5
RGB
CMYK
RGB Variations
Color information
#FA8DC5 (or 0xFA8DC5) is known color: Tea Rose. HEX triplet: FA, 8D and C5. RGB value is (250,141,197). Sum of RGB (Red+Green+Blue) = 250+141+197=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DC5 is #05723A. Grayscale: #B3B3B3. Windows color (decimal): -356923 or 12946938. OLE color: 12946938.
HSL color Cylindrical-coordinate representation of color #FA8DC5: hue angle of 329.17º 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 #FA8DC5 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 197 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.02 |
| HSL | 329.17º | 0.92% | 0.77% | - |
| HSV(B) | 329.17º | 0.44% | 0.98% | - |
| XYZ | 59.03 | 43.4 | 58.09 | - |
| YUV | 179.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 197 | 0 | 0.44 | 0.21 | 0.02 | 329.17 | 0.92 | 0.77 |
| Hex | FA | 8D | C5 | 0 | 2C | 15 | 2 | 149 | 5C | 4D |
| Octal | 372 | 215 | 305 | 0 | 54 | 25 | 2 | 511 | 134 | 115 |
| Binary | 11111010 | 10001101 | 11000101 | 0 | 101100 | 10101 | 10 | 101001001 | 1011100 | 1001101 |
Color Harmonies of #FA8DC5
Complementary color
Monochromatic Colors of #FA8DC5
Black with #FA8DC5
Text Example
Text Example
White with #FA8DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DC5; }
p { color: rgb(250,141,197); }
H1.HeaderClassName
{
color: #FA8DC5;
}
.AnyTagClassName
{
color: #FA8DC5;
}
</style>
background-color css
<style>
a { background-color: #FA8DC5; }
a { background-color: rgb(250,141,197); }
div.DivClassName
{
background-color: #FA8DC5;
}
.BgClassName
{
background-color: #FA8DC5;
}
</style>
border-color css
<style>
span { border-color: #FA8DC5; }
span { border-color: rgb(250,141,197); }
td.TdClassName
{
border-color: #FA8DC5;
}
.TagClassName
{
border-color: #FA8DC5;
}
</style>