Shades of Tea Rose #FD84C1
Tints of Tea Rose #FD84C1
RGB
CMYK
RGB Variations
Color information
#FD84C1 (or 0xFD84C1) is known color: Tea Rose. HEX triplet: FD, 84 and C1. RGB value is (253,132,193). Sum of RGB (Red+Green+Blue) = 253+132+193=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 132 (51.95% from 255 or 22.84% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FD84C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD84C1 is #027B3E. Grayscale: #AFAFAF. Windows color (decimal): -162623 or 12682493. OLE color: 12682493.
HSL color Cylindrical-coordinate representation of color #FD84C1: hue angle of 329.75º 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 #FD84C1 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 132 | 193 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.01 |
| HSL | 329.75º | 0.97% | 0.75% | - |
| HSV(B) | 329.75º | 0.48% | 0.99% | - |
| XYZ | 58.38 | 41.24 | 55.33 | - |
| YUV | 175.13 | 138.09 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 132 | 193 | 0 | 0.48 | 0.24 | 0.01 | 329.75 | 0.97 | 0.75 |
| Hex | FD | 84 | C1 | 0 | 30 | 18 | 1 | 14A | 61 | 4B |
| Octal | 375 | 204 | 301 | 0 | 60 | 30 | 1 | 512 | 141 | 113 |
| Binary | 11111101 | 10000100 | 11000001 | 0 | 110000 | 11000 | 1 | 101001010 | 1100001 | 1001011 |
Color Harmonies of #FD84C1
Complementary color
Monochromatic Colors of #FD84C1
Black with #FD84C1
Text Example
Text Example
White with #FD84C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD84C1; }
p { color: rgb(253,132,193); }
H1.HeaderClassName
{
color: #FD84C1;
}
.AnyTagClassName
{
color: #FD84C1;
}
</style>
background-color css
<style>
a { background-color: #FD84C1; }
a { background-color: rgb(253,132,193); }
div.DivClassName
{
background-color: #FD84C1;
}
.BgClassName
{
background-color: #FD84C1;
}
</style>
border-color css
<style>
span { border-color: #FD84C1; }
span { border-color: rgb(253,132,193); }
td.TdClassName
{
border-color: #FD84C1;
}
.TagClassName
{
border-color: #FD84C1;
}
</style>