Shades of Tea Rose #FF81CC
Tints of Tea Rose #FF81CC
RGB
CMYK
RGB Variations
Color information
#FF81CC (or 0xFF81CC) is known color: Tea Rose. HEX triplet: FF, 81 and CC. RGB value is (255,129,204). Sum of RGB (Red+Green+Blue) = 255+129+204=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81CC is #007E33. Grayscale: #AFAFAF. Windows color (decimal): -32308 or 13402623. OLE color: 13402623.
HSL color Cylindrical-coordinate representation of color #FF81CC: hue angle of 324.29º 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 #FF81CC is Cyan = 0, Magento = 0.49, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 204 | - |
| CMYK | 0 | 0.49 | 0.2 | 0 |
| HSL | 324.29º | 1% | 0.75% | - |
| HSV(B) | 324.29º | 0.49% | 1% | - |
| XYZ | 59.99 | 41.32 | 61.94 | - |
| YUV | 175.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 204 | 0 | 0.49 | 0.2 | 0 | 324.29 | 1 | 0.75 |
| Hex | FF | 81 | CC | 0 | 31 | 14 | 0 | 144 | 64 | 4B |
| Octal | 377 | 201 | 314 | 0 | 61 | 24 | 0 | 504 | 144 | 113 |
| Binary | 11111111 | 10000001 | 11001100 | 0 | 110001 | 10100 | 0 | 101000100 | 1100100 | 1001011 |
Color Harmonies of #FF81CC
Complementary color
Monochromatic Colors of #FF81CC
Black with #FF81CC
Text Example
Text Example
White with #FF81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81CC; }
p { color: rgb(255,129,204); }
H1.HeaderClassName
{
color: #FF81CC;
}
.AnyTagClassName
{
color: #FF81CC;
}
</style>
background-color css
<style>
a { background-color: #FF81CC; }
a { background-color: rgb(255,129,204); }
div.DivClassName
{
background-color: #FF81CC;
}
.BgClassName
{
background-color: #FF81CC;
}
</style>
border-color css
<style>
span { border-color: #FF81CC; }
span { border-color: rgb(255,129,204); }
td.TdClassName
{
border-color: #FF81CC;
}
.TagClassName
{
border-color: #FF81CC;
}
</style>