Shades of Tea Rose #FC85CB
Tints of Tea Rose #FC85CB
RGB
CMYK
RGB Variations
Color information
#FC85CB (or 0xFC85CB) is known color: Tea Rose. HEX triplet: FC, 85 and CB. RGB value is (252,133,203). Sum of RGB (Red+Green+Blue) = 252+133+203=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85CB is #037A34. Grayscale: #B0B0B0. Windows color (decimal): -227893 or 13338108. OLE color: 13338108.
HSL color Cylindrical-coordinate representation of color #FC85CB: hue angle of 324.71º 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 #FC85CB is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 203 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.01 |
| HSL | 324.71º | 0.95% | 0.75% | - |
| HSV(B) | 324.71º | 0.47% | 0.99% | - |
| XYZ | 59.31 | 41.78 | 61.44 | - |
| YUV | 176.56 | 142.92 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 203 | 0 | 0.47 | 0.19 | 0.01 | 324.71 | 0.95 | 0.75 |
| Hex | FC | 85 | CB | 0 | 2F | 13 | 1 | 145 | 5F | 4B |
| Octal | 374 | 205 | 313 | 0 | 57 | 23 | 1 | 505 | 137 | 113 |
| Binary | 11111100 | 10000101 | 11001011 | 0 | 101111 | 10011 | 1 | 101000101 | 1011111 | 1001011 |
Color Harmonies of #FC85CB
Complementary color
Monochromatic Colors of #FC85CB
Black with #FC85CB
Text Example
Text Example
White with #FC85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC85CB; }
p { color: rgb(252,133,203); }
H1.HeaderClassName
{
color: #FC85CB;
}
.AnyTagClassName
{
color: #FC85CB;
}
</style>
background-color css
<style>
a { background-color: #FC85CB; }
a { background-color: rgb(252,133,203); }
div.DivClassName
{
background-color: #FC85CB;
}
.BgClassName
{
background-color: #FC85CB;
}
</style>
border-color css
<style>
span { border-color: #FC85CB; }
span { border-color: rgb(252,133,203); }
td.TdClassName
{
border-color: #FC85CB;
}
.TagClassName
{
border-color: #FC85CB;
}
</style>