Shades of Tea Rose #FF83D3
Tints of Tea Rose #FF83D3
RGB
CMYK
RGB Variations
Color information
#FF83D3 (or 0xFF83D3) is known color: Tea Rose. HEX triplet: FF, 83 and D3. RGB value is (255,131,211). Sum of RGB (Red+Green+Blue) = 255+131+211=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 131 (51.56% from 255 or 21.94% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83D3 is #007C2C. Grayscale: #B1B1B1. Windows color (decimal): -31789 or 13861887. OLE color: 13861887.
HSL color Cylindrical-coordinate representation of color #FF83D3: hue angle of 321.29º 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 #FF83D3 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 211 | - |
| CMYK | 0 | 0.49 | 0.17 | 0 |
| HSL | 321.29º | 1% | 0.76% | - |
| HSV(B) | 321.29º | 0.49% | 1% | - |
| XYZ | 61.11 | 42.2 | 66.55 | - |
| YUV | 177.2 | 147.08 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 211 | 0 | 0.49 | 0.17 | 0 | 321.29 | 1 | 0.76 |
| Hex | FF | 83 | D3 | 0 | 31 | 11 | 0 | 141 | 64 | 4C |
| Octal | 377 | 203 | 323 | 0 | 61 | 21 | 0 | 501 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11010011 | 0 | 110001 | 10001 | 0 | 101000001 | 1100100 | 1001100 |
Color Harmonies of #FF83D3
Complementary color
Monochromatic Colors of #FF83D3
Black with #FF83D3
Text Example
Text Example
White with #FF83D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83D3; }
p { color: rgb(255,131,211); }
H1.HeaderClassName
{
color: #FF83D3;
}
.AnyTagClassName
{
color: #FF83D3;
}
</style>
background-color css
<style>
a { background-color: #FF83D3; }
a { background-color: rgb(255,131,211); }
div.DivClassName
{
background-color: #FF83D3;
}
.BgClassName
{
background-color: #FF83D3;
}
</style>
border-color css
<style>
span { border-color: #FF83D3; }
span { border-color: rgb(255,131,211); }
td.TdClassName
{
border-color: #FF83D3;
}
.TagClassName
{
border-color: #FF83D3;
}
</style>