Shades of Tea Rose #FF83C0
Tints of Tea Rose #FF83C0
RGB
CMYK
RGB Variations
Color information
#FF83C0 (or 0xFF83C0) is known color: Tea Rose. HEX triplet: FF, 83 and C0. RGB value is (255,131,192). Sum of RGB (Red+Green+Blue) = 255+131+192=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 131 (51.56% from 255 or 22.66% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83C0 is #007C3F. Grayscale: #AEAEAE. Windows color (decimal): -31808 or 12616703. OLE color: 12616703.
HSL color Cylindrical-coordinate representation of color #FF83C0: hue angle of 330.48º 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 #FF83C0 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 192 | - |
| CMYK | 0 | 0.49 | 0.25 | 0 |
| HSL | 330.48º | 1% | 0.76% | - |
| HSV(B) | 330.48º | 0.49% | 1% | - |
| XYZ | 58.87 | 41.3 | 54.74 | - |
| YUV | 175.03 | 137.58 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 192 | 0 | 0.49 | 0.25 | 0 | 330.48 | 1 | 0.76 |
| Hex | FF | 83 | C0 | 0 | 31 | 19 | 0 | 14A | 64 | 4C |
| Octal | 377 | 203 | 300 | 0 | 61 | 31 | 0 | 512 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11000000 | 0 | 110001 | 11001 | 0 | 101001010 | 1100100 | 1001100 |
Color Harmonies of #FF83C0
Complementary color
Monochromatic Colors of #FF83C0
Black with #FF83C0
Text Example
Text Example
White with #FF83C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83C0; }
p { color: rgb(255,131,192); }
H1.HeaderClassName
{
color: #FF83C0;
}
.AnyTagClassName
{
color: #FF83C0;
}
</style>
background-color css
<style>
a { background-color: #FF83C0; }
a { background-color: rgb(255,131,192); }
div.DivClassName
{
background-color: #FF83C0;
}
.BgClassName
{
background-color: #FF83C0;
}
</style>
border-color css
<style>
span { border-color: #FF83C0; }
span { border-color: rgb(255,131,192); }
td.TdClassName
{
border-color: #FF83C0;
}
.TagClassName
{
border-color: #FF83C0;
}
</style>