Shades of Tea Rose #FD80D1
Tints of Tea Rose #FD80D1
RGB
CMYK
RGB Variations
Color information
#FD80D1 (or 0xFD80D1) is known color: Tea Rose. HEX triplet: FD, 80 and D1. RGB value is (253,128,209). Sum of RGB (Red+Green+Blue) = 253+128+209=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 128 (50.39% from 255 or 21.69% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD80D1 is #027F2E. Grayscale: #AEAEAE. Windows color (decimal): -163631 or 13730045. OLE color: 13730045.
HSL color Cylindrical-coordinate representation of color #FD80D1: hue angle of 321.12º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD80D1 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 209 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.01 |
| HSL | 321.12º | 0.97% | 0.75% | - |
| HSV(B) | 321.12º | 0.49% | 0.99% | - |
| XYZ | 59.74 | 40.92 | 65.07 | - |
| YUV | 174.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 209 | 0 | 0.49 | 0.17 | 0.01 | 321.12 | 0.97 | 0.75 |
| Hex | FD | 80 | D1 | 0 | 31 | 11 | 1 | 141 | 61 | 4B |
| Octal | 375 | 200 | 321 | 0 | 61 | 21 | 1 | 501 | 141 | 113 |
| Binary | 11111101 | 10000000 | 11010001 | 0 | 110001 | 10001 | 1 | 101000001 | 1100001 | 1001011 |
Color Harmonies of #FD80D1
Complementary color
Monochromatic Colors of #FD80D1
Black with #FD80D1
Text Example
Text Example
White with #FD80D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD80D1; }
p { color: rgb(253,128,209); }
H1.HeaderClassName
{
color: #FD80D1;
}
.AnyTagClassName
{
color: #FD80D1;
}
</style>
background-color css
<style>
a { background-color: #FD80D1; }
a { background-color: rgb(253,128,209); }
div.DivClassName
{
background-color: #FD80D1;
}
.BgClassName
{
background-color: #FD80D1;
}
</style>
border-color css
<style>
span { border-color: #FD80D1; }
span { border-color: rgb(253,128,209); }
td.TdClassName
{
border-color: #FD80D1;
}
.TagClassName
{
border-color: #FD80D1;
}
</style>