Shades of Tea Rose #FC80C9
Tints of Tea Rose #FC80C9
RGB
CMYK
RGB Variations
Color information
#FC80C9 (or 0xFC80C9) is known color: Tea Rose. HEX triplet: FC, 80 and C9. RGB value is (252,128,201). Sum of RGB (Red+Green+Blue) = 252+128+201=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80C9 is #037F36. Grayscale: #ADADAD. Windows color (decimal): -229175 or 13205756. OLE color: 13205756.
HSL color Cylindrical-coordinate representation of color #FC80C9: hue angle of 324.68º 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 #FC80C9 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 201 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.01 |
| HSL | 324.68º | 0.95% | 0.75% | - |
| HSV(B) | 324.68º | 0.49% | 0.99% | - |
| XYZ | 58.41 | 40.35 | 59.97 | - |
| YUV | 173.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 201 | 0 | 0.49 | 0.20 | 0.01 | 324.68 | 0.95 | 0.75 |
| Hex | FC | 80 | C9 | 0 | 31 | 14 | 1 | 145 | 5F | 4B |
| Octal | 374 | 200 | 311 | 0 | 61 | 24 | 1 | 505 | 137 | 113 |
| Binary | 11111100 | 10000000 | 11001001 | 0 | 110001 | 10100 | 1 | 101000101 | 1011111 | 1001011 |
Color Harmonies of #FC80C9
Complementary color
Monochromatic Colors of #FC80C9
Black with #FC80C9
Text Example
Text Example
White with #FC80C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC80C9; }
p { color: rgb(252,128,201); }
H1.HeaderClassName
{
color: #FC80C9;
}
.AnyTagClassName
{
color: #FC80C9;
}
</style>
background-color css
<style>
a { background-color: #FC80C9; }
a { background-color: rgb(252,128,201); }
div.DivClassName
{
background-color: #FC80C9;
}
.BgClassName
{
background-color: #FC80C9;
}
</style>
border-color css
<style>
span { border-color: #FC80C9; }
span { border-color: rgb(252,128,201); }
td.TdClassName
{
border-color: #FC80C9;
}
.TagClassName
{
border-color: #FC80C9;
}
</style>