Shades of Tea Rose #FF83CC
Tints of Tea Rose #FF83CC
RGB
CMYK
RGB Variations
Color information
#FF83CC (or 0xFF83CC) is known color: Tea Rose. HEX triplet: FF, 83 and CC. RGB value is (255,131,204). Sum of RGB (Red+Green+Blue) = 255+131+204=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 131 (51.56% from 255 or 22.20% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83CC is #007C33. Grayscale: #B0B0B0. Windows color (decimal): -31796 or 13403135. OLE color: 13403135.
HSL color Cylindrical-coordinate representation of color #FF83CC: hue angle of 324.68º 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 #FF83CC is Cyan = 0, Magento = 0.49, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 204 | - |
| CMYK | 0 | 0.49 | 0.2 | 0 |
| HSL | 324.68º | 1% | 0.76% | - |
| HSV(B) | 324.68º | 0.49% | 1% | - |
| XYZ | 60.26 | 41.85 | 62.03 | - |
| YUV | 176.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 204 | 0 | 0.49 | 0.2 | 0 | 324.68 | 1 | 0.76 |
| Hex | FF | 83 | CC | 0 | 31 | 14 | 0 | 145 | 64 | 4C |
| Octal | 377 | 203 | 314 | 0 | 61 | 24 | 0 | 505 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11001100 | 0 | 110001 | 10100 | 0 | 101000101 | 1100100 | 1001100 |
Color Harmonies of #FF83CC
Complementary color
Monochromatic Colors of #FF83CC
Black with #FF83CC
Text Example
Text Example
White with #FF83CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83CC; }
p { color: rgb(255,131,204); }
H1.HeaderClassName
{
color: #FF83CC;
}
.AnyTagClassName
{
color: #FF83CC;
}
</style>
background-color css
<style>
a { background-color: #FF83CC; }
a { background-color: rgb(255,131,204); }
div.DivClassName
{
background-color: #FF83CC;
}
.BgClassName
{
background-color: #FF83CC;
}
</style>
border-color css
<style>
span { border-color: #FF83CC; }
span { border-color: rgb(255,131,204); }
td.TdClassName
{
border-color: #FF83CC;
}
.TagClassName
{
border-color: #FF83CC;
}
</style>