Shades of Tea Rose #FF83CD
Tints of Tea Rose #FF83CD
RGB
CMYK
RGB Variations
Color information
#FF83CD (or 0xFF83CD) is known color: Tea Rose. HEX triplet: FF, 83 and CD. RGB value is (255,131,205). Sum of RGB (Red+Green+Blue) = 255+131+205=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 131 (51.56% from 255 or 22.17% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83CD is #007C32. Grayscale: #B0B0B0. Windows color (decimal): -31795 or 13468671. OLE color: 13468671.
HSL color Cylindrical-coordinate representation of color #FF83CD: hue angle of 324.19º 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 #FF83CD is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 205 | - |
| CMYK | 0 | 0.49 | 0.20 | 0 |
| HSL | 324.19º | 1% | 0.76% | - |
| HSV(B) | 324.19º | 0.49% | 1% | - |
| XYZ | 60.38 | 41.9 | 62.66 | - |
| YUV | 176.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 205 | 0 | 0.49 | 0.20 | 0 | 324.19 | 1 | 0.76 |
| Hex | FF | 83 | CD | 0 | 31 | 14 | 0 | 144 | 64 | 4C |
| Octal | 377 | 203 | 315 | 0 | 61 | 24 | 0 | 504 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11001101 | 0 | 110001 | 10100 | 0 | 101000100 | 1100100 | 1001100 |
Color Harmonies of #FF83CD
Complementary color
Monochromatic Colors of #FF83CD
Black with #FF83CD
Text Example
Text Example
White with #FF83CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83CD; }
p { color: rgb(255,131,205); }
H1.HeaderClassName
{
color: #FF83CD;
}
.AnyTagClassName
{
color: #FF83CD;
}
</style>
background-color css
<style>
a { background-color: #FF83CD; }
a { background-color: rgb(255,131,205); }
div.DivClassName
{
background-color: #FF83CD;
}
.BgClassName
{
background-color: #FF83CD;
}
</style>
border-color css
<style>
span { border-color: #FF83CD; }
span { border-color: rgb(255,131,205); }
td.TdClassName
{
border-color: #FF83CD;
}
.TagClassName
{
border-color: #FF83CD;
}
</style>