Shades of Tea Rose #FA8FC5
Tints of Tea Rose #FA8FC5
RGB
CMYK
RGB Variations
Color information
#FA8FC5 (or 0xFA8FC5) is known color: Tea Rose. HEX triplet: FA, 8F and C5. RGB value is (250,143,197). Sum of RGB (Red+Green+Blue) = 250+143+197=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FC5 is #05703A. Grayscale: #B5B5B5. Windows color (decimal): -356411 or 12947450. OLE color: 12947450.
HSL color Cylindrical-coordinate representation of color #FA8FC5: hue angle of 329.72º 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 #FA8FC5 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 197 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.02 |
| HSL | 329.72º | 0.91% | 0.77% | - |
| HSV(B) | 329.72º | 0.43% | 0.98% | - |
| XYZ | 59.32 | 44 | 58.19 | - |
| YUV | 181.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 197 | 0 | 0.43 | 0.21 | 0.02 | 329.72 | 0.91 | 0.77 |
| Hex | FA | 8F | C5 | 0 | 2B | 15 | 2 | 14A | 5B | 4D |
| Octal | 372 | 217 | 305 | 0 | 53 | 25 | 2 | 512 | 133 | 115 |
| Binary | 11111010 | 10001111 | 11000101 | 0 | 101011 | 10101 | 10 | 101001010 | 1011011 | 1001101 |
Color Harmonies of #FA8FC5
Complementary color
Monochromatic Colors of #FA8FC5
Black with #FA8FC5
Text Example
Text Example
White with #FA8FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FC5; }
p { color: rgb(250,143,197); }
H1.HeaderClassName
{
color: #FA8FC5;
}
.AnyTagClassName
{
color: #FA8FC5;
}
</style>
background-color css
<style>
a { background-color: #FA8FC5; }
a { background-color: rgb(250,143,197); }
div.DivClassName
{
background-color: #FA8FC5;
}
.BgClassName
{
background-color: #FA8FC5;
}
</style>
border-color css
<style>
span { border-color: #FA8FC5; }
span { border-color: rgb(250,143,197); }
td.TdClassName
{
border-color: #FA8FC5;
}
.TagClassName
{
border-color: #FA8FC5;
}
</style>