Shades of Tea Rose #FD84D1
Tints of Tea Rose #FD84D1
RGB
CMYK
RGB Variations
Color information
#FD84D1 (or 0xFD84D1) is known color: Tea Rose. HEX triplet: FD, 84 and D1. RGB value is (253,132,209). Sum of RGB (Red+Green+Blue) = 253+132+209=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 132 (51.95% from 255 or 22.22% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FD84D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD84D1 is #027B2E. Grayscale: #B0B0B0. Windows color (decimal): -162607 or 13731069. OLE color: 13731069.
HSL color Cylindrical-coordinate representation of color #FD84D1: hue angle of 321.82º 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 #FD84D1 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 132 | 209 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.01 |
| HSL | 321.82º | 0.97% | 0.75% | - |
| HSV(B) | 321.82º | 0.48% | 0.99% | - |
| XYZ | 60.27 | 41.99 | 65.25 | - |
| YUV | 176.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 132 | 209 | 0 | 0.48 | 0.17 | 0.01 | 321.82 | 0.97 | 0.75 |
| Hex | FD | 84 | D1 | 0 | 30 | 11 | 1 | 142 | 61 | 4B |
| Octal | 375 | 204 | 321 | 0 | 60 | 21 | 1 | 502 | 141 | 113 |
| Binary | 11111101 | 10000100 | 11010001 | 0 | 110000 | 10001 | 1 | 101000010 | 1100001 | 1001011 |
Color Harmonies of #FD84D1
Complementary color
Monochromatic Colors of #FD84D1
Black with #FD84D1
Text Example
Text Example
White with #FD84D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD84D1; }
p { color: rgb(253,132,209); }
H1.HeaderClassName
{
color: #FD84D1;
}
.AnyTagClassName
{
color: #FD84D1;
}
</style>
background-color css
<style>
a { background-color: #FD84D1; }
a { background-color: rgb(253,132,209); }
div.DivClassName
{
background-color: #FD84D1;
}
.BgClassName
{
background-color: #FD84D1;
}
</style>
border-color css
<style>
span { border-color: #FD84D1; }
span { border-color: rgb(253,132,209); }
td.TdClassName
{
border-color: #FD84D1;
}
.TagClassName
{
border-color: #FD84D1;
}
</style>