Shades of Tea Rose #FA8FCD
Tints of Tea Rose #FA8FCD
RGB
CMYK
RGB Variations
Color information
#FA8FCD (or 0xFA8FCD) is known color: Tea Rose. HEX triplet: FA, 8F and CD. RGB value is (250,143,205). Sum of RGB (Red+Green+Blue) = 250+143+205=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FCD is #057032. Grayscale: #B5B5B5. Windows color (decimal): -356403 or 13471738. OLE color: 13471738.
HSL color Cylindrical-coordinate representation of color #FA8FCD: hue angle of 325.23º 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 #FA8FCD is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 205 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.02 |
| HSL | 325.23º | 0.91% | 0.77% | - |
| HSV(B) | 325.23º | 0.43% | 0.98% | - |
| XYZ | 60.27 | 44.38 | 63.15 | - |
| YUV | 182.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 205 | 0 | 0.43 | 0.18 | 0.02 | 325.23 | 0.91 | 0.77 |
| Hex | FA | 8F | CD | 0 | 2B | 12 | 2 | 145 | 5B | 4D |
| Octal | 372 | 217 | 315 | 0 | 53 | 22 | 2 | 505 | 133 | 115 |
| Binary | 11111010 | 10001111 | 11001101 | 0 | 101011 | 10010 | 10 | 101000101 | 1011011 | 1001101 |
Color Harmonies of #FA8FCD
Complementary color
Monochromatic Colors of #FA8FCD
Black with #FA8FCD
Text Example
Text Example
White with #FA8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FCD; }
p { color: rgb(250,143,205); }
H1.HeaderClassName
{
color: #FA8FCD;
}
.AnyTagClassName
{
color: #FA8FCD;
}
</style>
background-color css
<style>
a { background-color: #FA8FCD; }
a { background-color: rgb(250,143,205); }
div.DivClassName
{
background-color: #FA8FCD;
}
.BgClassName
{
background-color: #FA8FCD;
}
</style>
border-color css
<style>
span { border-color: #FA8FCD; }
span { border-color: rgb(250,143,205); }
td.TdClassName
{
border-color: #FA8FCD;
}
.TagClassName
{
border-color: #FA8FCD;
}
</style>