Shades of Tea Rose #FA8DCF
Tints of Tea Rose #FA8DCF
RGB
CMYK
RGB Variations
Color information
#FA8DCF (or 0xFA8DCF) is known color: Tea Rose. HEX triplet: FA, 8D and CF. RGB value is (250,141,207). Sum of RGB (Red+Green+Blue) = 250+141+207=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DCF is #057230. Grayscale: #B4B4B4. Windows color (decimal): -356913 or 13602298. OLE color: 13602298.
HSL color Cylindrical-coordinate representation of color #FA8DCF: hue angle of 323.67º 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 #FA8DCF is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 207 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.02 |
| HSL | 323.67º | 0.92% | 0.77% | - |
| HSV(B) | 323.67º | 0.44% | 0.98% | - |
| XYZ | 60.21 | 43.88 | 64.33 | - |
| YUV | 181.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 207 | 0 | 0.44 | 0.17 | 0.02 | 323.67 | 0.92 | 0.77 |
| Hex | FA | 8D | CF | 0 | 2C | 11 | 2 | 144 | 5C | 4D |
| Octal | 372 | 215 | 317 | 0 | 54 | 21 | 2 | 504 | 134 | 115 |
| Binary | 11111010 | 10001101 | 11001111 | 0 | 101100 | 10001 | 10 | 101000100 | 1011100 | 1001101 |
Color Harmonies of #FA8DCF
Complementary color
Monochromatic Colors of #FA8DCF
Black with #FA8DCF
Text Example
Text Example
White with #FA8DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DCF; }
p { color: rgb(250,141,207); }
H1.HeaderClassName
{
color: #FA8DCF;
}
.AnyTagClassName
{
color: #FA8DCF;
}
</style>
background-color css
<style>
a { background-color: #FA8DCF; }
a { background-color: rgb(250,141,207); }
div.DivClassName
{
background-color: #FA8DCF;
}
.BgClassName
{
background-color: #FA8DCF;
}
</style>
border-color css
<style>
span { border-color: #FA8DCF; }
span { border-color: rgb(250,141,207); }
td.TdClassName
{
border-color: #FA8DCF;
}
.TagClassName
{
border-color: #FA8DCF;
}
</style>