Shades of Tea Rose #FF83BF
Tints of Tea Rose #FF83BF
RGB
CMYK
RGB Variations
Color information
#FF83BF (or 0xFF83BF) is known color: Tea Rose. HEX triplet: FF, 83 and BF. RGB value is (255,131,191). Sum of RGB (Red+Green+Blue) = 255+131+191=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 131 (51.56% from 255 or 22.70% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83BF is #007C40. Grayscale: #AEAEAE. Windows color (decimal): -31809 or 12551167. OLE color: 12551167.
HSL color Cylindrical-coordinate representation of color #FF83BF: hue angle of 330.97º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF83BF is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 191 | - |
| CMYK | 0 | 0.49 | 0.25 | 0 |
| HSL | 330.97º | 1% | 0.76% | - |
| HSV(B) | 330.97º | 0.49% | 1% | - |
| XYZ | 58.76 | 41.25 | 54.16 | - |
| YUV | 174.92 | 137.08 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 191 | 0 | 0.49 | 0.25 | 0 | 330.97 | 1 | 0.76 |
| Hex | FF | 83 | BF | 0 | 31 | 19 | 0 | 14B | 64 | 4C |
| Octal | 377 | 203 | 277 | 0 | 61 | 31 | 0 | 513 | 144 | 114 |
| Binary | 11111111 | 10000011 | 10111111 | 0 | 110001 | 11001 | 0 | 101001011 | 1100100 | 1001100 |
Color Harmonies of #FF83BF
Complementary color
Monochromatic Colors of #FF83BF
Black with #FF83BF
Text Example
Text Example
White with #FF83BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83BF; }
p { color: rgb(255,131,191); }
H1.HeaderClassName
{
color: #FF83BF;
}
.AnyTagClassName
{
color: #FF83BF;
}
</style>
background-color css
<style>
a { background-color: #FF83BF; }
a { background-color: rgb(255,131,191); }
div.DivClassName
{
background-color: #FF83BF;
}
.BgClassName
{
background-color: #FF83BF;
}
</style>
border-color css
<style>
span { border-color: #FF83BF; }
span { border-color: rgb(255,131,191); }
td.TdClassName
{
border-color: #FF83BF;
}
.TagClassName
{
border-color: #FF83BF;
}
</style>