Shades of Tea Rose #FC8CCC
Tints of Tea Rose #FC8CCC
RGB
CMYK
RGB Variations
Color information
#FC8CCC (or 0xFC8CCC) is known color: Tea Rose. HEX triplet: FC, 8C and CC. RGB value is (252,140,204). Sum of RGB (Red+Green+Blue) = 252+140+204=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8CCC is #037333. Grayscale: #B4B4B4. Windows color (decimal): -226100 or 13405436. OLE color: 13405436.
HSL color Cylindrical-coordinate representation of color #FC8CCC: hue angle of 325.71º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8CCC is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 204 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.01 |
| HSL | 325.71º | 0.95% | 0.77% | - |
| HSV(B) | 325.71º | 0.44% | 0.99% | - |
| XYZ | 60.42 | 43.81 | 62.4 | - |
| YUV | 180.78 | 141.11 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 204 | 0 | 0.44 | 0.19 | 0.01 | 325.71 | 0.95 | 0.77 |
| Hex | FC | 8C | CC | 0 | 2C | 13 | 1 | 146 | 5F | 4D |
| Octal | 374 | 214 | 314 | 0 | 54 | 23 | 1 | 506 | 137 | 115 |
| Binary | 11111100 | 10001100 | 11001100 | 0 | 101100 | 10011 | 1 | 101000110 | 1011111 | 1001101 |
Color Harmonies of #FC8CCC
Complementary color
Monochromatic Colors of #FC8CCC
Black with #FC8CCC
Text Example
Text Example
White with #FC8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CCC; }
p { color: rgb(252,140,204); }
H1.HeaderClassName
{
color: #FC8CCC;
}
.AnyTagClassName
{
color: #FC8CCC;
}
</style>
background-color css
<style>
a { background-color: #FC8CCC; }
a { background-color: rgb(252,140,204); }
div.DivClassName
{
background-color: #FC8CCC;
}
.BgClassName
{
background-color: #FC8CCC;
}
</style>
border-color css
<style>
span { border-color: #FC8CCC; }
span { border-color: rgb(252,140,204); }
td.TdClassName
{
border-color: #FC8CCC;
}
.TagClassName
{
border-color: #FC8CCC;
}
</style>