Shades of Tea Rose #FC89BB
Tints of Tea Rose #FC89BB
RGB
CMYK
RGB Variations
Color information
#FC89BB (or 0xFC89BB) is known color: Tea Rose. HEX triplet: FC, 89 and BB. RGB value is (252,137,187). Sum of RGB (Red+Green+Blue) = 252+137+187=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89BB is #037644. Grayscale: #B1B1B1. Windows color (decimal): -226885 or 12290556. OLE color: 12290556.
HSL color Cylindrical-coordinate representation of color #FC89BB: hue angle of 333.91º 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 #FC89BB is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 187 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.01 |
| HSL | 333.91º | 0.95% | 0.76% | - |
| HSV(B) | 333.91º | 0.46% | 0.99% | - |
| XYZ | 58.06 | 42.17 | 52.09 | - |
| YUV | 177.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 187 | 0 | 0.46 | 0.26 | 0.01 | 333.91 | 0.95 | 0.76 |
| Hex | FC | 89 | BB | 0 | 2E | 1A | 1 | 14E | 5F | 4C |
| Octal | 374 | 211 | 273 | 0 | 56 | 32 | 1 | 516 | 137 | 114 |
| Binary | 11111100 | 10001001 | 10111011 | 0 | 101110 | 11010 | 1 | 101001110 | 1011111 | 1001100 |
Color Harmonies of #FC89BB
Complementary color
Monochromatic Colors of #FC89BB
Black with #FC89BB
Text Example
Text Example
White with #FC89BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89BB; }
p { color: rgb(252,137,187); }
H1.HeaderClassName
{
color: #FC89BB;
}
.AnyTagClassName
{
color: #FC89BB;
}
</style>
background-color css
<style>
a { background-color: #FC89BB; }
a { background-color: rgb(252,137,187); }
div.DivClassName
{
background-color: #FC89BB;
}
.BgClassName
{
background-color: #FC89BB;
}
</style>
border-color css
<style>
span { border-color: #FC89BB; }
span { border-color: rgb(252,137,187); }
td.TdClassName
{
border-color: #FC89BB;
}
.TagClassName
{
border-color: #FC89BB;
}
</style>