Shades of Tea Rose #FC85CA
Tints of Tea Rose #FC85CA
RGB
CMYK
RGB Variations
Color information
#FC85CA (or 0xFC85CA) is known color: Tea Rose. HEX triplet: FC, 85 and CA. RGB value is (252,133,202). Sum of RGB (Red+Green+Blue) = 252+133+202=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85CA is #037A35. Grayscale: #B0B0B0. Windows color (decimal): -227894 or 13272572. OLE color: 13272572.
HSL color Cylindrical-coordinate representation of color #FC85CA: hue angle of 325.21º 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 #FC85CA is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 202 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.01 |
| HSL | 325.21º | 0.95% | 0.75% | - |
| HSV(B) | 325.21º | 0.47% | 0.99% | - |
| XYZ | 59.19 | 41.73 | 60.81 | - |
| YUV | 176.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 202 | 0 | 0.47 | 0.20 | 0.01 | 325.21 | 0.95 | 0.75 |
| Hex | FC | 85 | CA | 0 | 2F | 14 | 1 | 145 | 5F | 4B |
| Octal | 374 | 205 | 312 | 0 | 57 | 24 | 1 | 505 | 137 | 113 |
| Binary | 11111100 | 10000101 | 11001010 | 0 | 101111 | 10100 | 1 | 101000101 | 1011111 | 1001011 |
Color Harmonies of #FC85CA
Complementary color
Monochromatic Colors of #FC85CA
Black with #FC85CA
Text Example
Text Example
White with #FC85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC85CA; }
p { color: rgb(252,133,202); }
H1.HeaderClassName
{
color: #FC85CA;
}
.AnyTagClassName
{
color: #FC85CA;
}
</style>
background-color css
<style>
a { background-color: #FC85CA; }
a { background-color: rgb(252,133,202); }
div.DivClassName
{
background-color: #FC85CA;
}
.BgClassName
{
background-color: #FC85CA;
}
</style>
border-color css
<style>
span { border-color: #FC85CA; }
span { border-color: rgb(252,133,202); }
td.TdClassName
{
border-color: #FC85CA;
}
.TagClassName
{
border-color: #FC85CA;
}
</style>