Shades of Tea Rose #FA85BF
Tints of Tea Rose #FA85BF
RGB
CMYK
RGB Variations
Color information
#FA85BF (or 0xFA85BF) is known color: Tea Rose. HEX triplet: FA, 85 and BF. RGB value is (250,133,191). Sum of RGB (Red+Green+Blue) = 250+133+191=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85BF is #057A40. Grayscale: #AEAEAE. Windows color (decimal): -358977 or 12551674. OLE color: 12551674.
HSL color Cylindrical-coordinate representation of color #FA85BF: hue angle of 330.26º 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 #FA85BF is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 191 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.02 |
| HSL | 330.26º | 0.92% | 0.75% | - |
| HSV(B) | 330.26º | 0.47% | 0.98% | - |
| XYZ | 57.22 | 40.86 | 54.16 | - |
| YUV | 174.6 | 137.26 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 191 | 0 | 0.47 | 0.24 | 0.02 | 330.26 | 0.92 | 0.75 |
| Hex | FA | 85 | BF | 0 | 2F | 18 | 2 | 14A | 5C | 4B |
| Octal | 372 | 205 | 277 | 0 | 57 | 30 | 2 | 512 | 134 | 113 |
| Binary | 11111010 | 10000101 | 10111111 | 0 | 101111 | 11000 | 10 | 101001010 | 1011100 | 1001011 |
Color Harmonies of #FA85BF
Complementary color
Monochromatic Colors of #FA85BF
Black with #FA85BF
Text Example
Text Example
White with #FA85BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA85BF; }
p { color: rgb(250,133,191); }
H1.HeaderClassName
{
color: #FA85BF;
}
.AnyTagClassName
{
color: #FA85BF;
}
</style>
background-color css
<style>
a { background-color: #FA85BF; }
a { background-color: rgb(250,133,191); }
div.DivClassName
{
background-color: #FA85BF;
}
.BgClassName
{
background-color: #FA85BF;
}
</style>
border-color css
<style>
span { border-color: #FA85BF; }
span { border-color: rgb(250,133,191); }
td.TdClassName
{
border-color: #FA85BF;
}
.TagClassName
{
border-color: #FA85BF;
}
</style>