Shades of Tea Rose #FF81CD
Tints of Tea Rose #FF81CD
RGB
CMYK
RGB Variations
Color information
#FF81CD (or 0xFF81CD) is known color: Tea Rose. HEX triplet: FF, 81 and CD. RGB value is (255,129,205). Sum of RGB (Red+Green+Blue) = 255+129+205=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81CD is #007E32. Grayscale: #AFAFAF. Windows color (decimal): -32307 or 13468159. OLE color: 13468159.
HSL color Cylindrical-coordinate representation of color #FF81CD: hue angle of 323.81º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF81CD is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 205 | - |
| CMYK | 0 | 0.49 | 0.20 | 0 |
| HSL | 323.81º | 1% | 0.75% | - |
| HSV(B) | 323.81º | 0.49% | 1% | - |
| XYZ | 60.11 | 41.37 | 62.57 | - |
| YUV | 175.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 205 | 0 | 0.49 | 0.20 | 0 | 323.81 | 1 | 0.75 |
| Hex | FF | 81 | CD | 0 | 31 | 14 | 0 | 144 | 64 | 4B |
| Octal | 377 | 201 | 315 | 0 | 61 | 24 | 0 | 504 | 144 | 113 |
| Binary | 11111111 | 10000001 | 11001101 | 0 | 110001 | 10100 | 0 | 101000100 | 1100100 | 1001011 |
Color Harmonies of #FF81CD
Complementary color
Monochromatic Colors of #FF81CD
Black with #FF81CD
Text Example
Text Example
White with #FF81CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81CD; }
p { color: rgb(255,129,205); }
H1.HeaderClassName
{
color: #FF81CD;
}
.AnyTagClassName
{
color: #FF81CD;
}
</style>
background-color css
<style>
a { background-color: #FF81CD; }
a { background-color: rgb(255,129,205); }
div.DivClassName
{
background-color: #FF81CD;
}
.BgClassName
{
background-color: #FF81CD;
}
</style>
border-color css
<style>
span { border-color: #FF81CD; }
span { border-color: rgb(255,129,205); }
td.TdClassName
{
border-color: #FF81CD;
}
.TagClassName
{
border-color: #FF81CD;
}
</style>