Shades of Tea Rose #FC80CE
Tints of Tea Rose #FC80CE
RGB
CMYK
RGB Variations
Color information
#FC80CE (or 0xFC80CE) is known color: Tea Rose. HEX triplet: FC, 80 and CE. RGB value is (252,128,206). Sum of RGB (Red+Green+Blue) = 252+128+206=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80CE is #037F31. Grayscale: #ADADAD. Windows color (decimal): -229170 or 13533436. OLE color: 13533436.
HSL color Cylindrical-coordinate representation of color #FC80CE: hue angle of 322.26º 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 #FC80CE is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 206 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.01 |
| HSL | 322.26º | 0.95% | 0.75% | - |
| HSV(B) | 322.26º | 0.49% | 0.99% | - |
| XYZ | 59 | 40.59 | 63.12 | - |
| YUV | 173.97 | 146.08 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 206 | 0 | 0.49 | 0.18 | 0.01 | 322.26 | 0.95 | 0.75 |
| Hex | FC | 80 | CE | 0 | 31 | 12 | 1 | 142 | 5F | 4B |
| Octal | 374 | 200 | 316 | 0 | 61 | 22 | 1 | 502 | 137 | 113 |
| Binary | 11111100 | 10000000 | 11001110 | 0 | 110001 | 10010 | 1 | 101000010 | 1011111 | 1001011 |
Color Harmonies of #FC80CE
Complementary color
Monochromatic Colors of #FC80CE
Black with #FC80CE
Text Example
Text Example
White with #FC80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC80CE; }
p { color: rgb(252,128,206); }
H1.HeaderClassName
{
color: #FC80CE;
}
.AnyTagClassName
{
color: #FC80CE;
}
</style>
background-color css
<style>
a { background-color: #FC80CE; }
a { background-color: rgb(252,128,206); }
div.DivClassName
{
background-color: #FC80CE;
}
.BgClassName
{
background-color: #FC80CE;
}
</style>
border-color css
<style>
span { border-color: #FC80CE; }
span { border-color: rgb(252,128,206); }
td.TdClassName
{
border-color: #FC80CE;
}
.TagClassName
{
border-color: #FC80CE;
}
</style>