Shades of Tea Rose #FD83D3
Tints of Tea Rose #FD83D3
RGB
CMYK
RGB Variations
Color information
#FD83D3 (or 0xFD83D3) is known color: Tea Rose. HEX triplet: FD, 83 and D3. RGB value is (253,131,211). Sum of RGB (Red+Green+Blue) = 253+131+211=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 131 (51.56% from 255 or 22.02% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD83D3 is #027C2C. Grayscale: #B0B0B0. Windows color (decimal): -162861 or 13861885. OLE color: 13861885.
HSL color Cylindrical-coordinate representation of color #FD83D3: hue angle of 320.66º 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 #FD83D3 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 211 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.01 |
| HSL | 320.66º | 0.97% | 0.75% | - |
| HSV(B) | 320.66º | 0.48% | 0.99% | - |
| XYZ | 60.38 | 41.82 | 66.52 | - |
| YUV | 176.6 | 147.42 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 211 | 0 | 0.48 | 0.17 | 0.01 | 320.66 | 0.97 | 0.75 |
| Hex | FD | 83 | D3 | 0 | 30 | 11 | 1 | 141 | 61 | 4B |
| Octal | 375 | 203 | 323 | 0 | 60 | 21 | 1 | 501 | 141 | 113 |
| Binary | 11111101 | 10000011 | 11010011 | 0 | 110000 | 10001 | 1 | 101000001 | 1100001 | 1001011 |
Color Harmonies of #FD83D3
Complementary color
Monochromatic Colors of #FD83D3
Black with #FD83D3
Text Example
Text Example
White with #FD83D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD83D3; }
p { color: rgb(253,131,211); }
H1.HeaderClassName
{
color: #FD83D3;
}
.AnyTagClassName
{
color: #FD83D3;
}
</style>
background-color css
<style>
a { background-color: #FD83D3; }
a { background-color: rgb(253,131,211); }
div.DivClassName
{
background-color: #FD83D3;
}
.BgClassName
{
background-color: #FD83D3;
}
</style>
border-color css
<style>
span { border-color: #FD83D3; }
span { border-color: rgb(253,131,211); }
td.TdClassName
{
border-color: #FD83D3;
}
.TagClassName
{
border-color: #FD83D3;
}
</style>