Shades of Tea Rose #FA8DC6
Tints of Tea Rose #FA8DC6
RGB
CMYK
RGB Variations
Color information
#FA8DC6 (or 0xFA8DC6) is known color: Tea Rose. HEX triplet: FA, 8D and C6. RGB value is (250,141,198). Sum of RGB (Red+Green+Blue) = 250+141+198=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DC6 is #057239. Grayscale: #B3B3B3. Windows color (decimal): -356922 or 13012474. OLE color: 13012474.
HSL color Cylindrical-coordinate representation of color #FA8DC6: hue angle of 328.62º 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 #FA8DC6 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 198 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.02 |
| HSL | 328.62º | 0.92% | 0.77% | - |
| HSV(B) | 328.62º | 0.44% | 0.98% | - |
| XYZ | 59.14 | 43.45 | 58.7 | - |
| YUV | 180.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 198 | 0 | 0.44 | 0.21 | 0.02 | 328.62 | 0.92 | 0.77 |
| Hex | FA | 8D | C6 | 0 | 2C | 15 | 2 | 149 | 5C | 4D |
| Octal | 372 | 215 | 306 | 0 | 54 | 25 | 2 | 511 | 134 | 115 |
| Binary | 11111010 | 10001101 | 11000110 | 0 | 101100 | 10101 | 10 | 101001001 | 1011100 | 1001101 |
Color Harmonies of #FA8DC6
Complementary color
Monochromatic Colors of #FA8DC6
Black with #FA8DC6
Text Example
Text Example
White with #FA8DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DC6; }
p { color: rgb(250,141,198); }
H1.HeaderClassName
{
color: #FA8DC6;
}
.AnyTagClassName
{
color: #FA8DC6;
}
</style>
background-color css
<style>
a { background-color: #FA8DC6; }
a { background-color: rgb(250,141,198); }
div.DivClassName
{
background-color: #FA8DC6;
}
.BgClassName
{
background-color: #FA8DC6;
}
</style>
border-color css
<style>
span { border-color: #FA8DC6; }
span { border-color: rgb(250,141,198); }
td.TdClassName
{
border-color: #FA8DC6;
}
.TagClassName
{
border-color: #FA8DC6;
}
</style>