Shades of Tea Rose #FD83D1
Tints of Tea Rose #FD83D1
RGB
CMYK
RGB Variations
Color information
#FD83D1 (or 0xFD83D1) is known color: Tea Rose. HEX triplet: FD, 83 and D1. RGB value is (253,131,209). Sum of RGB (Red+Green+Blue) = 253+131+209=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 131 (51.56% from 255 or 22.09% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD83D1 is #027C2E. Grayscale: #B0B0B0. Windows color (decimal): -162863 or 13730813. OLE color: 13730813.
HSL color Cylindrical-coordinate representation of color #FD83D1: hue angle of 321.64º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FD83D1 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 209 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.01 |
| HSL | 321.64º | 0.97% | 0.75% | - |
| HSV(B) | 321.64º | 0.48% | 0.99% | - |
| XYZ | 60.13 | 41.72 | 65.2 | - |
| YUV | 176.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 209 | 0 | 0.48 | 0.17 | 0.01 | 321.64 | 0.97 | 0.75 |
| Hex | FD | 83 | D1 | 0 | 30 | 11 | 1 | 142 | 61 | 4B |
| Octal | 375 | 203 | 321 | 0 | 60 | 21 | 1 | 502 | 141 | 113 |
| Binary | 11111101 | 10000011 | 11010001 | 0 | 110000 | 10001 | 1 | 101000010 | 1100001 | 1001011 |
Color Harmonies of #FD83D1
Complementary color
Monochromatic Colors of #FD83D1
Black with #FD83D1
Text Example
Text Example
White with #FD83D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD83D1; }
p { color: rgb(253,131,209); }
H1.HeaderClassName
{
color: #FD83D1;
}
.AnyTagClassName
{
color: #FD83D1;
}
</style>
background-color css
<style>
a { background-color: #FD83D1; }
a { background-color: rgb(253,131,209); }
div.DivClassName
{
background-color: #FD83D1;
}
.BgClassName
{
background-color: #FD83D1;
}
</style>
border-color css
<style>
span { border-color: #FD83D1; }
span { border-color: rgb(253,131,209); }
td.TdClassName
{
border-color: #FD83D1;
}
.TagClassName
{
border-color: #FD83D1;
}
</style>