Shades of Tea Rose #FC89BC
Tints of Tea Rose #FC89BC
RGB
CMYK
RGB Variations
Color information
#FC89BC (or 0xFC89BC) is known color: Tea Rose. HEX triplet: FC, 89 and BC. RGB value is (252,137,188). Sum of RGB (Red+Green+Blue) = 252+137+188=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89BC is #037643. Grayscale: #B1B1B1. Windows color (decimal): -226884 or 12356092. OLE color: 12356092.
HSL color Cylindrical-coordinate representation of color #FC89BC: hue angle of 333.39º 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 #FC89BC is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 188 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.01 |
| HSL | 333.39º | 0.95% | 0.76% | - |
| HSV(B) | 333.39º | 0.46% | 0.99% | - |
| XYZ | 58.17 | 42.22 | 52.66 | - |
| YUV | 177.2 | 134.1 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 188 | 0 | 0.46 | 0.25 | 0.01 | 333.39 | 0.95 | 0.76 |
| Hex | FC | 89 | BC | 0 | 2E | 19 | 1 | 14D | 5F | 4C |
| Octal | 374 | 211 | 274 | 0 | 56 | 31 | 1 | 515 | 137 | 114 |
| Binary | 11111100 | 10001001 | 10111100 | 0 | 101110 | 11001 | 1 | 101001101 | 1011111 | 1001100 |
Color Harmonies of #FC89BC
Complementary color
Monochromatic Colors of #FC89BC
Black with #FC89BC
Text Example
Text Example
White with #FC89BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89BC; }
p { color: rgb(252,137,188); }
H1.HeaderClassName
{
color: #FC89BC;
}
.AnyTagClassName
{
color: #FC89BC;
}
</style>
background-color css
<style>
a { background-color: #FC89BC; }
a { background-color: rgb(252,137,188); }
div.DivClassName
{
background-color: #FC89BC;
}
.BgClassName
{
background-color: #FC89BC;
}
</style>
border-color css
<style>
span { border-color: #FC89BC; }
span { border-color: rgb(252,137,188); }
td.TdClassName
{
border-color: #FC89BC;
}
.TagClassName
{
border-color: #FC89BC;
}
</style>