Shades of Tea Rose #FC89CC
Tints of Tea Rose #FC89CC
RGB
CMYK
RGB Variations
Color information
#FC89CC (or 0xFC89CC) is known color: Tea Rose. HEX triplet: FC, 89 and CC. RGB value is (252,137,204). Sum of RGB (Red+Green+Blue) = 252+137+204=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89CC is #037633. Grayscale: #B2B2B2. Windows color (decimal): -226868 or 13404668. OLE color: 13404668.
HSL color Cylindrical-coordinate representation of color #FC89CC: hue angle of 325.04º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FC89CC is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 204 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.01 |
| HSL | 325.04º | 0.95% | 0.76% | - |
| HSV(B) | 325.04º | 0.46% | 0.99% | - |
| XYZ | 59.99 | 42.95 | 62.25 | - |
| YUV | 179.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 204 | 0 | 0.46 | 0.19 | 0.01 | 325.04 | 0.95 | 0.76 |
| Hex | FC | 89 | CC | 0 | 2E | 13 | 1 | 145 | 5F | 4C |
| Octal | 374 | 211 | 314 | 0 | 56 | 23 | 1 | 505 | 137 | 114 |
| Binary | 11111100 | 10001001 | 11001100 | 0 | 101110 | 10011 | 1 | 101000101 | 1011111 | 1001100 |
Color Harmonies of #FC89CC
Complementary color
Monochromatic Colors of #FC89CC
Black with #FC89CC
Text Example
Text Example
White with #FC89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89CC; }
p { color: rgb(252,137,204); }
H1.HeaderClassName
{
color: #FC89CC;
}
.AnyTagClassName
{
color: #FC89CC;
}
</style>
background-color css
<style>
a { background-color: #FC89CC; }
a { background-color: rgb(252,137,204); }
div.DivClassName
{
background-color: #FC89CC;
}
.BgClassName
{
background-color: #FC89CC;
}
</style>
border-color css
<style>
span { border-color: #FC89CC; }
span { border-color: rgb(252,137,204); }
td.TdClassName
{
border-color: #FC89CC;
}
.TagClassName
{
border-color: #FC89CC;
}
</style>