Shades of Tea Rose #FF83C1
Tints of Tea Rose #FF83C1
RGB
CMYK
RGB Variations
Color information
#FF83C1 (or 0xFF83C1) is known color: Tea Rose. HEX triplet: FF, 83 and C1. RGB value is (255,131,193). Sum of RGB (Red+Green+Blue) = 255+131+193=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 131 (51.56% from 255 or 22.63% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83C1 is #007C3E. Grayscale: #AFAFAF. Windows color (decimal): -31807 or 12682239. OLE color: 12682239.
HSL color Cylindrical-coordinate representation of color #FF83C1: hue angle of 330º 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 #FF83C1 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 193 | - |
| CMYK | 0 | 0.49 | 0.24 | 0 |
| HSL | 330º | 1% | 0.76% | - |
| HSV(B) | 330º | 0.49% | 1% | - |
| XYZ | 58.98 | 41.34 | 55.32 | - |
| YUV | 175.14 | 138.08 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 193 | 0 | 0.49 | 0.24 | 0 | 330 | 1 | 0.76 |
| Hex | FF | 83 | C1 | 0 | 31 | 18 | 0 | 14A | 64 | 4C |
| Octal | 377 | 203 | 301 | 0 | 61 | 30 | 0 | 512 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11000001 | 0 | 110001 | 11000 | 0 | 101001010 | 1100100 | 1001100 |
Color Harmonies of #FF83C1
Complementary color
Monochromatic Colors of #FF83C1
Black with #FF83C1
Text Example
Text Example
White with #FF83C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83C1; }
p { color: rgb(255,131,193); }
H1.HeaderClassName
{
color: #FF83C1;
}
.AnyTagClassName
{
color: #FF83C1;
}
</style>
background-color css
<style>
a { background-color: #FF83C1; }
a { background-color: rgb(255,131,193); }
div.DivClassName
{
background-color: #FF83C1;
}
.BgClassName
{
background-color: #FF83C1;
}
</style>
border-color css
<style>
span { border-color: #FF83C1; }
span { border-color: rgb(255,131,193); }
td.TdClassName
{
border-color: #FF83C1;
}
.TagClassName
{
border-color: #FF83C1;
}
</style>