Shades of Tea Rose #FF85BE
Tints of Tea Rose #FF85BE
RGB
CMYK
RGB Variations
Color information
#FF85BE (or 0xFF85BE) is known color: Tea Rose. HEX triplet: FF, 85 and BE. RGB value is (255,133,190). Sum of RGB (Red+Green+Blue) = 255+133+190=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85BE is #007A41. Grayscale: #AFAFAF. Windows color (decimal): -31298 or 12486143. OLE color: 12486143.
HSL color Cylindrical-coordinate representation of color #FF85BE: hue angle of 331.97º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF85BE is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 190 | - |
| CMYK | 0 | 0.48 | 0.25 | 0 |
| HSL | 331.97º | 1% | 0.76% | - |
| HSV(B) | 331.97º | 0.48% | 1% | - |
| XYZ | 58.92 | 41.75 | 53.67 | - |
| YUV | 175.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 190 | 0 | 0.48 | 0.25 | 0 | 331.97 | 1 | 0.76 |
| Hex | FF | 85 | BE | 0 | 30 | 19 | 0 | 14C | 64 | 4C |
| Octal | 377 | 205 | 276 | 0 | 60 | 31 | 0 | 514 | 144 | 114 |
| Binary | 11111111 | 10000101 | 10111110 | 0 | 110000 | 11001 | 0 | 101001100 | 1100100 | 1001100 |
Color Harmonies of #FF85BE
Complementary color
Monochromatic Colors of #FF85BE
Black with #FF85BE
Text Example
Text Example
White with #FF85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85BE; }
p { color: rgb(255,133,190); }
H1.HeaderClassName
{
color: #FF85BE;
}
.AnyTagClassName
{
color: #FF85BE;
}
</style>
background-color css
<style>
a { background-color: #FF85BE; }
a { background-color: rgb(255,133,190); }
div.DivClassName
{
background-color: #FF85BE;
}
.BgClassName
{
background-color: #FF85BE;
}
</style>
border-color css
<style>
span { border-color: #FF85BE; }
span { border-color: rgb(255,133,190); }
td.TdClassName
{
border-color: #FF85BE;
}
.TagClassName
{
border-color: #FF85BE;
}
</style>