Shades of Tea Rose #FA8FD4
Tints of Tea Rose #FA8FD4
RGB
CMYK
RGB Variations
Color information
#FA8FD4 (or 0xFA8FD4) is known color: Tea Rose. HEX triplet: FA, 8F and D4. RGB value is (250,143,212). Sum of RGB (Red+Green+Blue) = 250+143+212=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FD4 is #05702B. Grayscale: #B6B6B6. Windows color (decimal): -356396 or 13930490. OLE color: 13930490.
HSL color Cylindrical-coordinate representation of color #FA8FD4: hue angle of 321.31º 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 #FA8FD4 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 212 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.02 |
| HSL | 321.31º | 0.91% | 0.77% | - |
| HSV(B) | 321.31º | 0.43% | 0.98% | - |
| XYZ | 61.13 | 44.72 | 67.7 | - |
| YUV | 182.86 | 144.45 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 212 | 0 | 0.43 | 0.15 | 0.02 | 321.31 | 0.91 | 0.77 |
| Hex | FA | 8F | D4 | 0 | 2B | F | 2 | 141 | 5B | 4D |
| Octal | 372 | 217 | 324 | 0 | 53 | 17 | 2 | 501 | 133 | 115 |
| Binary | 11111010 | 10001111 | 11010100 | 0 | 101011 | 1111 | 10 | 101000001 | 1011011 | 1001101 |
Color Harmonies of #FA8FD4
Complementary color
Monochromatic Colors of #FA8FD4
Black with #FA8FD4
Text Example
Text Example
White with #FA8FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FD4; }
p { color: rgb(250,143,212); }
H1.HeaderClassName
{
color: #FA8FD4;
}
.AnyTagClassName
{
color: #FA8FD4;
}
</style>
background-color css
<style>
a { background-color: #FA8FD4; }
a { background-color: rgb(250,143,212); }
div.DivClassName
{
background-color: #FA8FD4;
}
.BgClassName
{
background-color: #FA8FD4;
}
</style>
border-color css
<style>
span { border-color: #FA8FD4; }
span { border-color: rgb(250,143,212); }
td.TdClassName
{
border-color: #FA8FD4;
}
.TagClassName
{
border-color: #FA8FD4;
}
</style>