Shades of Tea Rose #FC85C6
Tints of Tea Rose #FC85C6
RGB
CMYK
RGB Variations
Color information
#FC85C6 (or 0xFC85C6) is known color: Tea Rose. HEX triplet: FC, 85 and C6. RGB value is (252,133,198). Sum of RGB (Red+Green+Blue) = 252+133+198=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85C6 is #037A39. Grayscale: #AFAFAF. Windows color (decimal): -227898 or 13010428. OLE color: 13010428.
HSL color Cylindrical-coordinate representation of color #FC85C6: hue angle of 327.23º 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 #FC85C6 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 198 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.01 |
| HSL | 327.23º | 0.95% | 0.75% | - |
| HSV(B) | 327.23º | 0.47% | 0.99% | - |
| XYZ | 58.73 | 41.55 | 58.35 | - |
| YUV | 175.99 | 140.42 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 198 | 0 | 0.47 | 0.21 | 0.01 | 327.23 | 0.95 | 0.75 |
| Hex | FC | 85 | C6 | 0 | 2F | 15 | 1 | 147 | 5F | 4B |
| Octal | 374 | 205 | 306 | 0 | 57 | 25 | 1 | 507 | 137 | 113 |
| Binary | 11111100 | 10000101 | 11000110 | 0 | 101111 | 10101 | 1 | 101000111 | 1011111 | 1001011 |
Color Harmonies of #FC85C6
Complementary color
Monochromatic Colors of #FC85C6
Black with #FC85C6
Text Example
Text Example
White with #FC85C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC85C6; }
p { color: rgb(252,133,198); }
H1.HeaderClassName
{
color: #FC85C6;
}
.AnyTagClassName
{
color: #FC85C6;
}
</style>
background-color css
<style>
a { background-color: #FC85C6; }
a { background-color: rgb(252,133,198); }
div.DivClassName
{
background-color: #FC85C6;
}
.BgClassName
{
background-color: #FC85C6;
}
</style>
border-color css
<style>
span { border-color: #FC85C6; }
span { border-color: rgb(252,133,198); }
td.TdClassName
{
border-color: #FC85C6;
}
.TagClassName
{
border-color: #FC85C6;
}
</style>