Shades of Tea Rose #FC85D1
Tints of Tea Rose #FC85D1
RGB
CMYK
RGB Variations
Color information
#FC85D1 (or 0xFC85D1) is known color: Tea Rose. HEX triplet: FC, 85 and D1. RGB value is (252,133,209). Sum of RGB (Red+Green+Blue) = 252+133+209=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85D1 is #037A2E. Grayscale: #B1B1B1. Windows color (decimal): -227887 or 13731324. OLE color: 13731324.
HSL color Cylindrical-coordinate representation of color #FC85D1: hue angle of 321.68º 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 #FC85D1 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 209 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.01 |
| HSL | 321.68º | 0.95% | 0.75% | - |
| HSV(B) | 321.68º | 0.47% | 0.99% | - |
| XYZ | 60.04 | 42.07 | 65.28 | - |
| YUV | 177.25 | 145.92 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 209 | 0 | 0.47 | 0.17 | 0.01 | 321.68 | 0.95 | 0.75 |
| Hex | FC | 85 | D1 | 0 | 2F | 11 | 1 | 142 | 5F | 4B |
| Octal | 374 | 205 | 321 | 0 | 57 | 21 | 1 | 502 | 137 | 113 |
| Binary | 11111100 | 10000101 | 11010001 | 0 | 101111 | 10001 | 1 | 101000010 | 1011111 | 1001011 |
Color Harmonies of #FC85D1
Complementary color
Monochromatic Colors of #FC85D1
Black with #FC85D1
Text Example
Text Example
White with #FC85D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC85D1; }
p { color: rgb(252,133,209); }
H1.HeaderClassName
{
color: #FC85D1;
}
.AnyTagClassName
{
color: #FC85D1;
}
</style>
background-color css
<style>
a { background-color: #FC85D1; }
a { background-color: rgb(252,133,209); }
div.DivClassName
{
background-color: #FC85D1;
}
.BgClassName
{
background-color: #FC85D1;
}
</style>
border-color css
<style>
span { border-color: #FC85D1; }
span { border-color: rgb(252,133,209); }
td.TdClassName
{
border-color: #FC85D1;
}
.TagClassName
{
border-color: #FC85D1;
}
</style>