Shades of Tea Rose #FA85CE
Tints of Tea Rose #FA85CE
RGB
CMYK
RGB Variations
Color information
#FA85CE (or 0xFA85CE) is known color: Tea Rose. HEX triplet: FA, 85 and CE. RGB value is (250,133,206). Sum of RGB (Red+Green+Blue) = 250+133+206=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85CE is #057A31. Grayscale: #B0B0B0. Windows color (decimal): -358962 or 13534714. OLE color: 13534714.
HSL color Cylindrical-coordinate representation of color #FA85CE: hue angle of 322.56º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA85CE is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 206 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.02 |
| HSL | 322.56º | 0.92% | 0.75% | - |
| HSV(B) | 322.56º | 0.47% | 0.98% | - |
| XYZ | 58.95 | 41.56 | 63.31 | - |
| YUV | 176.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 206 | 0 | 0.47 | 0.18 | 0.02 | 322.56 | 0.92 | 0.75 |
| Hex | FA | 85 | CE | 0 | 2F | 12 | 2 | 143 | 5C | 4B |
| Octal | 372 | 205 | 316 | 0 | 57 | 22 | 2 | 503 | 134 | 113 |
| Binary | 11111010 | 10000101 | 11001110 | 0 | 101111 | 10010 | 10 | 101000011 | 1011100 | 1001011 |
Color Harmonies of #FA85CE
Complementary color
Monochromatic Colors of #FA85CE
Black with #FA85CE
Text Example
Text Example
White with #FA85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA85CE; }
p { color: rgb(250,133,206); }
H1.HeaderClassName
{
color: #FA85CE;
}
.AnyTagClassName
{
color: #FA85CE;
}
</style>
background-color css
<style>
a { background-color: #FA85CE; }
a { background-color: rgb(250,133,206); }
div.DivClassName
{
background-color: #FA85CE;
}
.BgClassName
{
background-color: #FA85CE;
}
</style>
border-color css
<style>
span { border-color: #FA85CE; }
span { border-color: rgb(250,133,206); }
td.TdClassName
{
border-color: #FA85CE;
}
.TagClassName
{
border-color: #FA85CE;
}
</style>