Shades of Tea Rose #FD81D0
Tints of Tea Rose #FD81D0
RGB
CMYK
RGB Variations
Color information
#FD81D0 (or 0xFD81D0) is known color: Tea Rose. HEX triplet: FD, 81 and D0. RGB value is (253,129,208). Sum of RGB (Red+Green+Blue) = 253+129+208=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD81D0 is #027E2F. Grayscale: #AEAEAE. Windows color (decimal): -163376 or 13664765. OLE color: 13664765.
HSL color Cylindrical-coordinate representation of color #FD81D0: hue angle of 321.77º 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 #FD81D0 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 208 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.01 |
| HSL | 321.77º | 0.97% | 0.75% | - |
| HSV(B) | 321.77º | 0.49% | 0.99% | - |
| XYZ | 59.74 | 41.14 | 64.47 | - |
| YUV | 175.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 208 | 0 | 0.49 | 0.18 | 0.01 | 321.77 | 0.97 | 0.75 |
| Hex | FD | 81 | D0 | 0 | 31 | 12 | 1 | 142 | 61 | 4B |
| Octal | 375 | 201 | 320 | 0 | 61 | 22 | 1 | 502 | 141 | 113 |
| Binary | 11111101 | 10000001 | 11010000 | 0 | 110001 | 10010 | 1 | 101000010 | 1100001 | 1001011 |
Color Harmonies of #FD81D0
Complementary color
Monochromatic Colors of #FD81D0
Black with #FD81D0
Text Example
Text Example
White with #FD81D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD81D0; }
p { color: rgb(253,129,208); }
H1.HeaderClassName
{
color: #FD81D0;
}
.AnyTagClassName
{
color: #FD81D0;
}
</style>
background-color css
<style>
a { background-color: #FD81D0; }
a { background-color: rgb(253,129,208); }
div.DivClassName
{
background-color: #FD81D0;
}
.BgClassName
{
background-color: #FD81D0;
}
</style>
border-color css
<style>
span { border-color: #FD81D0; }
span { border-color: rgb(253,129,208); }
td.TdClassName
{
border-color: #FD81D0;
}
.TagClassName
{
border-color: #FD81D0;
}
</style>