Shades of Tea Rose #FD81D4
Tints of Tea Rose #FD81D4
RGB
CMYK
RGB Variations
Color information
#FD81D4 (or 0xFD81D4) is known color: Tea Rose. HEX triplet: FD, 81 and D4. RGB value is (253,129,212). Sum of RGB (Red+Green+Blue) = 253+129+212=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD81D4 is #027E2B. Grayscale: #AFAFAF. Windows color (decimal): -163372 or 13926909. OLE color: 13926909.
HSL color Cylindrical-coordinate representation of color #FD81D4: hue angle of 319.84º 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 #FD81D4 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 212 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.01 |
| HSL | 319.84º | 0.97% | 0.75% | - |
| HSV(B) | 319.84º | 0.49% | 0.99% | - |
| XYZ | 60.24 | 41.34 | 67.09 | - |
| YUV | 175.54 | 148.58 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 212 | 0 | 0.49 | 0.16 | 0.01 | 319.84 | 0.97 | 0.75 |
| Hex | FD | 81 | D4 | 0 | 31 | 10 | 1 | 140 | 61 | 4B |
| Octal | 375 | 201 | 324 | 0 | 61 | 20 | 1 | 500 | 141 | 113 |
| Binary | 11111101 | 10000001 | 11010100 | 0 | 110001 | 10000 | 1 | 101000000 | 1100001 | 1001011 |
Color Harmonies of #FD81D4
Complementary color
Monochromatic Colors of #FD81D4
Black with #FD81D4
Text Example
Text Example
White with #FD81D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD81D4; }
p { color: rgb(253,129,212); }
H1.HeaderClassName
{
color: #FD81D4;
}
.AnyTagClassName
{
color: #FD81D4;
}
</style>
background-color css
<style>
a { background-color: #FD81D4; }
a { background-color: rgb(253,129,212); }
div.DivClassName
{
background-color: #FD81D4;
}
.BgClassName
{
background-color: #FD81D4;
}
</style>
border-color css
<style>
span { border-color: #FD81D4; }
span { border-color: rgb(253,129,212); }
td.TdClassName
{
border-color: #FD81D4;
}
.TagClassName
{
border-color: #FD81D4;
}
</style>