Shades of Tea Rose #FF81D2
Tints of Tea Rose #FF81D2
RGB
CMYK
RGB Variations
Color information
#FF81D2 (or 0xFF81D2) is known color: Tea Rose. HEX triplet: FF, 81 and D2. RGB value is (255,129,210). Sum of RGB (Red+Green+Blue) = 255+129+210=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81D2 is #007E2D. Grayscale: #AFAFAF. Windows color (decimal): -32302 or 13795839. OLE color: 13795839.
HSL color Cylindrical-coordinate representation of color #FF81D2: hue angle of 321.43º 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 #FF81D2 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 210 | - |
| CMYK | 0 | 0.49 | 0.18 | 0 |
| HSL | 321.43º | 1% | 0.75% | - |
| HSV(B) | 321.43º | 0.49% | 1% | - |
| XYZ | 60.72 | 41.61 | 65.8 | - |
| YUV | 175.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 210 | 0 | 0.49 | 0.18 | 0 | 321.43 | 1 | 0.75 |
| Hex | FF | 81 | D2 | 0 | 31 | 12 | 0 | 141 | 64 | 4B |
| Octal | 377 | 201 | 322 | 0 | 61 | 22 | 0 | 501 | 144 | 113 |
| Binary | 11111111 | 10000001 | 11010010 | 0 | 110001 | 10010 | 0 | 101000001 | 1100100 | 1001011 |
Color Harmonies of #FF81D2
Complementary color
Monochromatic Colors of #FF81D2
Black with #FF81D2
Text Example
Text Example
White with #FF81D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81D2; }
p { color: rgb(255,129,210); }
H1.HeaderClassName
{
color: #FF81D2;
}
.AnyTagClassName
{
color: #FF81D2;
}
</style>
background-color css
<style>
a { background-color: #FF81D2; }
a { background-color: rgb(255,129,210); }
div.DivClassName
{
background-color: #FF81D2;
}
.BgClassName
{
background-color: #FF81D2;
}
</style>
border-color css
<style>
span { border-color: #FF81D2; }
span { border-color: rgb(255,129,210); }
td.TdClassName
{
border-color: #FF81D2;
}
.TagClassName
{
border-color: #FF81D2;
}
</style>