Shades of Tea Rose #FC81CC
Tints of Tea Rose #FC81CC
RGB
CMYK
RGB Variations
Color information
#FC81CC (or 0xFC81CC) is known color: Tea Rose. HEX triplet: FC, 81 and CC. RGB value is (252,129,204). Sum of RGB (Red+Green+Blue) = 252+129+204=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 129 (50.78% from 255 or 22.05% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81CC is #037E33. Grayscale: #AEAEAE. Windows color (decimal): -228916 or 13402620. OLE color: 13402620.
HSL color Cylindrical-coordinate representation of color #FC81CC: hue angle of 323.41º 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 #FC81CC is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 204 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.01 |
| HSL | 323.41º | 0.95% | 0.75% | - |
| HSV(B) | 323.41º | 0.49% | 0.99% | - |
| XYZ | 58.89 | 40.76 | 61.89 | - |
| YUV | 174.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 204 | 0 | 0.49 | 0.19 | 0.01 | 323.41 | 0.95 | 0.75 |
| Hex | FC | 81 | CC | 0 | 31 | 13 | 1 | 143 | 5F | 4B |
| Octal | 374 | 201 | 314 | 0 | 61 | 23 | 1 | 503 | 137 | 113 |
| Binary | 11111100 | 10000001 | 11001100 | 0 | 110001 | 10011 | 1 | 101000011 | 1011111 | 1001011 |
Color Harmonies of #FC81CC
Complementary color
Monochromatic Colors of #FC81CC
Black with #FC81CC
Text Example
Text Example
White with #FC81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC81CC; }
p { color: rgb(252,129,204); }
H1.HeaderClassName
{
color: #FC81CC;
}
.AnyTagClassName
{
color: #FC81CC;
}
</style>
background-color css
<style>
a { background-color: #FC81CC; }
a { background-color: rgb(252,129,204); }
div.DivClassName
{
background-color: #FC81CC;
}
.BgClassName
{
background-color: #FC81CC;
}
</style>
border-color css
<style>
span { border-color: #FC81CC; }
span { border-color: rgb(252,129,204); }
td.TdClassName
{
border-color: #FC81CC;
}
.TagClassName
{
border-color: #FC81CC;
}
</style>