Shades of Tea Rose #FF81CB
Tints of Tea Rose #FF81CB
RGB
CMYK
RGB Variations
Color information
#FF81CB (or 0xFF81CB) is known color: Tea Rose. HEX triplet: FF, 81 and CB. RGB value is (255,129,203). Sum of RGB (Red+Green+Blue) = 255+129+203=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81CB is #007E34. Grayscale: #AEAEAE. Windows color (decimal): -32309 or 13337087. OLE color: 13337087.
HSL color Cylindrical-coordinate representation of color #FF81CB: hue angle of 324.76º 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 #FF81CB is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 203 | - |
| CMYK | 0 | 0.49 | 0.20 | 0 |
| HSL | 324.76º | 1% | 0.75% | - |
| HSV(B) | 324.76º | 0.49% | 1% | - |
| XYZ | 59.87 | 41.27 | 61.31 | - |
| YUV | 175.11 | 143.74 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 203 | 0 | 0.49 | 0.20 | 0 | 324.76 | 1 | 0.75 |
| Hex | FF | 81 | CB | 0 | 31 | 14 | 0 | 145 | 64 | 4B |
| Octal | 377 | 201 | 313 | 0 | 61 | 24 | 0 | 505 | 144 | 113 |
| Binary | 11111111 | 10000001 | 11001011 | 0 | 110001 | 10100 | 0 | 101000101 | 1100100 | 1001011 |
Color Harmonies of #FF81CB
Complementary color
Monochromatic Colors of #FF81CB
Black with #FF81CB
Text Example
Text Example
White with #FF81CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81CB; }
p { color: rgb(255,129,203); }
H1.HeaderClassName
{
color: #FF81CB;
}
.AnyTagClassName
{
color: #FF81CB;
}
</style>
background-color css
<style>
a { background-color: #FF81CB; }
a { background-color: rgb(255,129,203); }
div.DivClassName
{
background-color: #FF81CB;
}
.BgClassName
{
background-color: #FF81CB;
}
</style>
border-color css
<style>
span { border-color: #FF81CB; }
span { border-color: rgb(255,129,203); }
td.TdClassName
{
border-color: #FF81CB;
}
.TagClassName
{
border-color: #FF81CB;
}
</style>