Shades of Tea Rose #FA87CE
Tints of Tea Rose #FA87CE
RGB
CMYK
RGB Variations
Color information
#FA87CE (or 0xFA87CE) is known color: Tea Rose. HEX triplet: FA, 87 and CE. RGB value is (250,135,206). Sum of RGB (Red+Green+Blue) = 250+135+206=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 135 (53.12% from 255 or 22.84% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87CE is #057831. Grayscale: #B1B1B1. Windows color (decimal): -358450 or 13535226. OLE color: 13535226.
HSL color Cylindrical-coordinate representation of color #FA87CE: hue angle of 322.96º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA87CE is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 135 | 206 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.02 |
| HSL | 322.96º | 0.92% | 0.75% | - |
| HSV(B) | 322.96º | 0.46% | 0.98% | - |
| XYZ | 59.23 | 42.11 | 63.4 | - |
| YUV | 177.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 135 | 206 | 0 | 0.46 | 0.18 | 0.02 | 322.96 | 0.92 | 0.75 |
| Hex | FA | 87 | CE | 0 | 2E | 12 | 2 | 143 | 5C | 4B |
| Octal | 372 | 207 | 316 | 0 | 56 | 22 | 2 | 503 | 134 | 113 |
| Binary | 11111010 | 10000111 | 11001110 | 0 | 101110 | 10010 | 10 | 101000011 | 1011100 | 1001011 |
Color Harmonies of #FA87CE
Complementary color
Monochromatic Colors of #FA87CE
Black with #FA87CE
Text Example
Text Example
White with #FA87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA87CE; }
p { color: rgb(250,135,206); }
H1.HeaderClassName
{
color: #FA87CE;
}
.AnyTagClassName
{
color: #FA87CE;
}
</style>
background-color css
<style>
a { background-color: #FA87CE; }
a { background-color: rgb(250,135,206); }
div.DivClassName
{
background-color: #FA87CE;
}
.BgClassName
{
background-color: #FA87CE;
}
</style>
border-color css
<style>
span { border-color: #FA87CE; }
span { border-color: rgb(250,135,206); }
td.TdClassName
{
border-color: #FA87CE;
}
.TagClassName
{
border-color: #FA87CE;
}
</style>