Shades of Tea Rose #FD7FCD
Tints of Tea Rose #FD7FCD
RGB
CMYK
RGB Variations
Color information
#FD7FCD (or 0xFD7FCD) is known color: Tea Rose. HEX triplet: FD, 7F and CD. RGB value is (253,127,205). Sum of RGB (Red+Green+Blue) = 253+127+205=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7FCD is #028032. Grayscale: #ADADAD. Windows color (decimal): -163891 or 13467645. OLE color: 13467645.
HSL color Cylindrical-coordinate representation of color #FD7FCD: hue angle of 322.86º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7FCD is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 127 | 205 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.01 |
| HSL | 322.86º | 0.97% | 0.75% | - |
| HSV(B) | 322.86º | 0.5% | 0.99% | - |
| XYZ | 59.12 | 40.47 | 62.45 | - |
| YUV | 173.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 127 | 205 | 0 | 0.50 | 0.19 | 0.01 | 322.86 | 0.97 | 0.75 |
| Hex | FD | 7F | CD | 0 | 32 | 13 | 1 | 143 | 61 | 4B |
| Octal | 375 | 177 | 315 | 0 | 62 | 23 | 1 | 503 | 141 | 113 |
| Binary | 11111101 | 1111111 | 11001101 | 0 | 110010 | 10011 | 1 | 101000011 | 1100001 | 1001011 |
Color Harmonies of #FD7FCD
Complementary color
Monochromatic Colors of #FD7FCD
Black with #FD7FCD
Text Example
Text Example
White with #FD7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7FCD; }
p { color: rgb(253,127,205); }
H1.HeaderClassName
{
color: #FD7FCD;
}
.AnyTagClassName
{
color: #FD7FCD;
}
</style>
background-color css
<style>
a { background-color: #FD7FCD; }
a { background-color: rgb(253,127,205); }
div.DivClassName
{
background-color: #FD7FCD;
}
.BgClassName
{
background-color: #FD7FCD;
}
</style>
border-color css
<style>
span { border-color: #FD7FCD; }
span { border-color: rgb(253,127,205); }
td.TdClassName
{
border-color: #FD7FCD;
}
.TagClassName
{
border-color: #FD7FCD;
}
</style>