Shades of Tea Rose #FD81CE
Tints of Tea Rose #FD81CE
RGB
CMYK
RGB Variations
Color information
#FD81CE (or 0xFD81CE) is known color: Tea Rose. HEX triplet: FD, 81 and CE. RGB value is (253,129,206). Sum of RGB (Red+Green+Blue) = 253+129+206=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD81CE is #027E31. Grayscale: #AEAEAE. Windows color (decimal): -163378 or 13533693. OLE color: 13533693.
HSL color Cylindrical-coordinate representation of color #FD81CE: hue angle of 322.74º 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 #FD81CE is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 206 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.01 |
| HSL | 322.74º | 0.97% | 0.75% | - |
| HSV(B) | 322.74º | 0.49% | 0.99% | - |
| XYZ | 59.5 | 41.04 | 63.18 | - |
| YUV | 174.85 | 145.58 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 206 | 0 | 0.49 | 0.19 | 0.01 | 322.74 | 0.97 | 0.75 |
| Hex | FD | 81 | CE | 0 | 31 | 13 | 1 | 143 | 61 | 4B |
| Octal | 375 | 201 | 316 | 0 | 61 | 23 | 1 | 503 | 141 | 113 |
| Binary | 11111101 | 10000001 | 11001110 | 0 | 110001 | 10011 | 1 | 101000011 | 1100001 | 1001011 |
Color Harmonies of #FD81CE
Complementary color
Monochromatic Colors of #FD81CE
Black with #FD81CE
Text Example
Text Example
White with #FD81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD81CE; }
p { color: rgb(253,129,206); }
H1.HeaderClassName
{
color: #FD81CE;
}
.AnyTagClassName
{
color: #FD81CE;
}
</style>
background-color css
<style>
a { background-color: #FD81CE; }
a { background-color: rgb(253,129,206); }
div.DivClassName
{
background-color: #FD81CE;
}
.BgClassName
{
background-color: #FD81CE;
}
</style>
border-color css
<style>
span { border-color: #FD81CE; }
span { border-color: rgb(253,129,206); }
td.TdClassName
{
border-color: #FD81CE;
}
.TagClassName
{
border-color: #FD81CE;
}
</style>