Shades of Tea Rose #FA86C2
Tints of Tea Rose #FA86C2
RGB
CMYK
RGB Variations
Color information
#FA86C2 (or 0xFA86C2) is known color: Tea Rose. HEX triplet: FA, 86 and C2. RGB value is (250,134,194). Sum of RGB (Red+Green+Blue) = 250+134+194=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86C2 is #05793D. Grayscale: #AFAFAF. Windows color (decimal): -358718 or 12748538. OLE color: 12748538.
HSL color Cylindrical-coordinate representation of color #FA86C2: hue angle of 328.97º 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 #FA86C2 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 194 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.02 |
| HSL | 328.97º | 0.92% | 0.75% | - |
| HSV(B) | 328.97º | 0.46% | 0.98% | - |
| XYZ | 57.69 | 41.27 | 55.96 | - |
| YUV | 175.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 194 | 0 | 0.46 | 0.22 | 0.02 | 328.97 | 0.92 | 0.75 |
| Hex | FA | 86 | C2 | 0 | 2E | 16 | 2 | 149 | 5C | 4B |
| Octal | 372 | 206 | 302 | 0 | 56 | 26 | 2 | 511 | 134 | 113 |
| Binary | 11111010 | 10000110 | 11000010 | 0 | 101110 | 10110 | 10 | 101001001 | 1011100 | 1001011 |
Color Harmonies of #FA86C2
Complementary color
Monochromatic Colors of #FA86C2
Black with #FA86C2
Text Example
Text Example
White with #FA86C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA86C2; }
p { color: rgb(250,134,194); }
H1.HeaderClassName
{
color: #FA86C2;
}
.AnyTagClassName
{
color: #FA86C2;
}
</style>
background-color css
<style>
a { background-color: #FA86C2; }
a { background-color: rgb(250,134,194); }
div.DivClassName
{
background-color: #FA86C2;
}
.BgClassName
{
background-color: #FA86C2;
}
</style>
border-color css
<style>
span { border-color: #FA86C2; }
span { border-color: rgb(250,134,194); }
td.TdClassName
{
border-color: #FA86C2;
}
.TagClassName
{
border-color: #FA86C2;
}
</style>