Shades of Tea Rose #FC86BC
Tints of Tea Rose #FC86BC
RGB
CMYK
RGB Variations
Color information
#FC86BC (or 0xFC86BC) is known color: Tea Rose. HEX triplet: FC, 86 and BC. RGB value is (252,134,188). Sum of RGB (Red+Green+Blue) = 252+134+188=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86BC is #037943. Grayscale: #AFAFAF. Windows color (decimal): -227652 or 12355324. OLE color: 12355324.
HSL color Cylindrical-coordinate representation of color #FC86BC: hue angle of 332.54º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC86BC is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 188 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.01 |
| HSL | 332.54º | 0.95% | 0.76% | - |
| HSV(B) | 332.54º | 0.47% | 0.99% | - |
| XYZ | 57.75 | 41.38 | 52.52 | - |
| YUV | 175.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 188 | 0 | 0.47 | 0.25 | 0.01 | 332.54 | 0.95 | 0.76 |
| Hex | FC | 86 | BC | 0 | 2F | 19 | 1 | 14D | 5F | 4C |
| Octal | 374 | 206 | 274 | 0 | 57 | 31 | 1 | 515 | 137 | 114 |
| Binary | 11111100 | 10000110 | 10111100 | 0 | 101111 | 11001 | 1 | 101001101 | 1011111 | 1001100 |
Color Harmonies of #FC86BC
Complementary color
Monochromatic Colors of #FC86BC
Black with #FC86BC
Text Example
Text Example
White with #FC86BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC86BC; }
p { color: rgb(252,134,188); }
H1.HeaderClassName
{
color: #FC86BC;
}
.AnyTagClassName
{
color: #FC86BC;
}
</style>
background-color css
<style>
a { background-color: #FC86BC; }
a { background-color: rgb(252,134,188); }
div.DivClassName
{
background-color: #FC86BC;
}
.BgClassName
{
background-color: #FC86BC;
}
</style>
border-color css
<style>
span { border-color: #FC86BC; }
span { border-color: rgb(252,134,188); }
td.TdClassName
{
border-color: #FC86BC;
}
.TagClassName
{
border-color: #FC86BC;
}
</style>