Shades of Tea Rose #FC85C0
Tints of Tea Rose #FC85C0
RGB
CMYK
RGB Variations
Color information
#FC85C0 (or 0xFC85C0) is known color: Tea Rose. HEX triplet: FC, 85 and C0. RGB value is (252,133,192). Sum of RGB (Red+Green+Blue) = 252+133+192=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85C0 is #037A3F. Grayscale: #AFAFAF. Windows color (decimal): -227904 or 12617212. OLE color: 12617212.
HSL color Cylindrical-coordinate representation of color #FC85C0: hue angle of 330.25º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC85C0 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 192 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.01 |
| HSL | 330.25º | 0.95% | 0.75% | - |
| HSV(B) | 330.25º | 0.47% | 0.99% | - |
| XYZ | 58.05 | 41.28 | 54.78 | - |
| YUV | 175.31 | 137.42 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 192 | 0 | 0.47 | 0.24 | 0.01 | 330.25 | 0.95 | 0.75 |
| Hex | FC | 85 | C0 | 0 | 2F | 18 | 1 | 14A | 5F | 4B |
| Octal | 374 | 205 | 300 | 0 | 57 | 30 | 1 | 512 | 137 | 113 |
| Binary | 11111100 | 10000101 | 11000000 | 0 | 101111 | 11000 | 1 | 101001010 | 1011111 | 1001011 |
Color Harmonies of #FC85C0
Complementary color
Monochromatic Colors of #FC85C0
Black with #FC85C0
Text Example
Text Example
White with #FC85C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC85C0; }
p { color: rgb(252,133,192); }
H1.HeaderClassName
{
color: #FC85C0;
}
.AnyTagClassName
{
color: #FC85C0;
}
</style>
background-color css
<style>
a { background-color: #FC85C0; }
a { background-color: rgb(252,133,192); }
div.DivClassName
{
background-color: #FC85C0;
}
.BgClassName
{
background-color: #FC85C0;
}
</style>
border-color css
<style>
span { border-color: #FC85C0; }
span { border-color: rgb(252,133,192); }
td.TdClassName
{
border-color: #FC85C0;
}
.TagClassName
{
border-color: #FC85C0;
}
</style>