Shades of Tea Rose #FC80CC
Tints of Tea Rose #FC80CC
RGB
CMYK
RGB Variations
Color information
#FC80CC (or 0xFC80CC) is known color: Tea Rose. HEX triplet: FC, 80 and CC. RGB value is (252,128,204). Sum of RGB (Red+Green+Blue) = 252+128+204=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80CC is #037F33. Grayscale: #ADADAD. Windows color (decimal): -229172 or 13402364. OLE color: 13402364.
HSL color Cylindrical-coordinate representation of color #FC80CC: hue angle of 323.23º 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 #FC80CC is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 204 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.01 |
| HSL | 323.23º | 0.95% | 0.75% | - |
| HSV(B) | 323.23º | 0.49% | 0.99% | - |
| XYZ | 58.76 | 40.49 | 61.85 | - |
| YUV | 173.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 204 | 0 | 0.49 | 0.19 | 0.01 | 323.23 | 0.95 | 0.75 |
| Hex | FC | 80 | CC | 0 | 31 | 13 | 1 | 143 | 5F | 4B |
| Octal | 374 | 200 | 314 | 0 | 61 | 23 | 1 | 503 | 137 | 113 |
| Binary | 11111100 | 10000000 | 11001100 | 0 | 110001 | 10011 | 1 | 101000011 | 1011111 | 1001011 |
Color Harmonies of #FC80CC
Complementary color
Monochromatic Colors of #FC80CC
Black with #FC80CC
Text Example
Text Example
White with #FC80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC80CC; }
p { color: rgb(252,128,204); }
H1.HeaderClassName
{
color: #FC80CC;
}
.AnyTagClassName
{
color: #FC80CC;
}
</style>
background-color css
<style>
a { background-color: #FC80CC; }
a { background-color: rgb(252,128,204); }
div.DivClassName
{
background-color: #FC80CC;
}
.BgClassName
{
background-color: #FC80CC;
}
</style>
border-color css
<style>
span { border-color: #FC80CC; }
span { border-color: rgb(252,128,204); }
td.TdClassName
{
border-color: #FC80CC;
}
.TagClassName
{
border-color: #FC80CC;
}
</style>