Shades of Tea Rose #FC81C1
Tints of Tea Rose #FC81C1
RGB
CMYK
RGB Variations
Color information
#FC81C1 (or 0xFC81C1) is known color: Tea Rose. HEX triplet: FC, 81 and C1. RGB value is (252,129,193). Sum of RGB (Red+Green+Blue) = 252+129+193=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81C1 is #037E3E. Grayscale: #ACACAC. Windows color (decimal): -228927 or 12681724. OLE color: 12681724.
HSL color Cylindrical-coordinate representation of color #FC81C1: hue angle of 328.78º degrees, saturation: 0.95, 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 #FC81C1 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 193 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.01 |
| HSL | 328.78º | 0.95% | 0.75% | - |
| HSV(B) | 328.78º | 0.49% | 0.99% | - |
| XYZ | 57.62 | 40.25 | 55.18 | - |
| YUV | 173.07 | 139.25 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 193 | 0 | 0.49 | 0.23 | 0.01 | 328.78 | 0.95 | 0.75 |
| Hex | FC | 81 | C1 | 0 | 31 | 17 | 1 | 149 | 5F | 4B |
| Octal | 374 | 201 | 301 | 0 | 61 | 27 | 1 | 511 | 137 | 113 |
| Binary | 11111100 | 10000001 | 11000001 | 0 | 110001 | 10111 | 1 | 101001001 | 1011111 | 1001011 |
Color Harmonies of #FC81C1
Complementary color
Monochromatic Colors of #FC81C1
Black with #FC81C1
Text Example
Text Example
White with #FC81C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC81C1; }
p { color: rgb(252,129,193); }
H1.HeaderClassName
{
color: #FC81C1;
}
.AnyTagClassName
{
color: #FC81C1;
}
</style>
background-color css
<style>
a { background-color: #FC81C1; }
a { background-color: rgb(252,129,193); }
div.DivClassName
{
background-color: #FC81C1;
}
.BgClassName
{
background-color: #FC81C1;
}
</style>
border-color css
<style>
span { border-color: #FC81C1; }
span { border-color: rgb(252,129,193); }
td.TdClassName
{
border-color: #FC81C1;
}
.TagClassName
{
border-color: #FC81C1;
}
</style>