Shades of Tea Rose #FF83C9
Tints of Tea Rose #FF83C9
RGB
CMYK
RGB Variations
Color information
#FF83C9 (or 0xFF83C9) is known color: Tea Rose. HEX triplet: FF, 83 and C9. RGB value is (255,131,201). Sum of RGB (Red+Green+Blue) = 255+131+201=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 131 (51.56% from 255 or 22.32% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83C9 is #007C36. Grayscale: #AFAFAF. Windows color (decimal): -31799 or 13206527. OLE color: 13206527.
HSL color Cylindrical-coordinate representation of color #FF83C9: hue angle of 326.13º 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 #FF83C9 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 201 | - |
| CMYK | 0 | 0.49 | 0.21 | 0 |
| HSL | 326.13º | 1% | 0.76% | - |
| HSV(B) | 326.13º | 0.49% | 1% | - |
| XYZ | 59.9 | 41.71 | 60.15 | - |
| YUV | 176.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 201 | 0 | 0.49 | 0.21 | 0 | 326.13 | 1 | 0.76 |
| Hex | FF | 83 | C9 | 0 | 31 | 15 | 0 | 146 | 64 | 4C |
| Octal | 377 | 203 | 311 | 0 | 61 | 25 | 0 | 506 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11001001 | 0 | 110001 | 10101 | 0 | 101000110 | 1100100 | 1001100 |
Color Harmonies of #FF83C9
Complementary color
Monochromatic Colors of #FF83C9
Black with #FF83C9
Text Example
Text Example
White with #FF83C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83C9; }
p { color: rgb(255,131,201); }
H1.HeaderClassName
{
color: #FF83C9;
}
.AnyTagClassName
{
color: #FF83C9;
}
</style>
background-color css
<style>
a { background-color: #FF83C9; }
a { background-color: rgb(255,131,201); }
div.DivClassName
{
background-color: #FF83C9;
}
.BgClassName
{
background-color: #FF83C9;
}
</style>
border-color css
<style>
span { border-color: #FF83C9; }
span { border-color: rgb(255,131,201); }
td.TdClassName
{
border-color: #FF83C9;
}
.TagClassName
{
border-color: #FF83C9;
}
</style>