Shades of Tea Rose #FC84CF
Tints of Tea Rose #FC84CF
RGB
CMYK
RGB Variations
Color information
#FC84CF (or 0xFC84CF) is known color: Tea Rose. HEX triplet: FC, 84 and CF. RGB value is (252,132,207). Sum of RGB (Red+Green+Blue) = 252+132+207=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC84CF is #037B30. Grayscale: #B0B0B0. Windows color (decimal): -228145 or 13599996. OLE color: 13599996.
HSL color Cylindrical-coordinate representation of color #FC84CF: hue angle of 322.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC84CF is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 207 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.01 |
| HSL | 322.5º | 0.95% | 0.75% | - |
| HSV(B) | 322.5º | 0.48% | 0.99% | - |
| XYZ | 59.66 | 41.7 | 63.94 | - |
| YUV | 176.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 207 | 0 | 0.48 | 0.18 | 0.01 | 322.5 | 0.95 | 0.75 |
| Hex | FC | 84 | CF | 0 | 30 | 12 | 1 | 142 | 5F | 4B |
| Octal | 374 | 204 | 317 | 0 | 60 | 22 | 1 | 502 | 137 | 113 |
| Binary | 11111100 | 10000100 | 11001111 | 0 | 110000 | 10010 | 1 | 101000010 | 1011111 | 1001011 |
Color Harmonies of #FC84CF
Complementary color
Monochromatic Colors of #FC84CF
Black with #FC84CF
Text Example
Text Example
White with #FC84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC84CF; }
p { color: rgb(252,132,207); }
H1.HeaderClassName
{
color: #FC84CF;
}
.AnyTagClassName
{
color: #FC84CF;
}
</style>
background-color css
<style>
a { background-color: #FC84CF; }
a { background-color: rgb(252,132,207); }
div.DivClassName
{
background-color: #FC84CF;
}
.BgClassName
{
background-color: #FC84CF;
}
</style>
border-color css
<style>
span { border-color: #FC84CF; }
span { border-color: rgb(252,132,207); }
td.TdClassName
{
border-color: #FC84CF;
}
.TagClassName
{
border-color: #FC84CF;
}
</style>