Shades of Tea Rose #FC89C4
Tints of Tea Rose #FC89C4
RGB
CMYK
RGB Variations
Color information
#FC89C4 (or 0xFC89C4) is known color: Tea Rose. HEX triplet: FC, 89 and C4. RGB value is (252,137,196). Sum of RGB (Red+Green+Blue) = 252+137+196=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89C4 is #03763B. Grayscale: #B1B1B1. Windows color (decimal): -226876 or 12880380. OLE color: 12880380.
HSL color Cylindrical-coordinate representation of color #FC89C4: hue angle of 329.22º 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 #FC89C4 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 196 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.01 |
| HSL | 329.22º | 0.95% | 0.76% | - |
| HSV(B) | 329.22º | 0.46% | 0.99% | - |
| XYZ | 59.05 | 42.57 | 57.33 | - |
| YUV | 178.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 196 | 0 | 0.46 | 0.22 | 0.01 | 329.22 | 0.95 | 0.76 |
| Hex | FC | 89 | C4 | 0 | 2E | 16 | 1 | 149 | 5F | 4C |
| Octal | 374 | 211 | 304 | 0 | 56 | 26 | 1 | 511 | 137 | 114 |
| Binary | 11111100 | 10001001 | 11000100 | 0 | 101110 | 10110 | 1 | 101001001 | 1011111 | 1001100 |
Color Harmonies of #FC89C4
Complementary color
Monochromatic Colors of #FC89C4
Black with #FC89C4
Text Example
Text Example
White with #FC89C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89C4; }
p { color: rgb(252,137,196); }
H1.HeaderClassName
{
color: #FC89C4;
}
.AnyTagClassName
{
color: #FC89C4;
}
</style>
background-color css
<style>
a { background-color: #FC89C4; }
a { background-color: rgb(252,137,196); }
div.DivClassName
{
background-color: #FC89C4;
}
.BgClassName
{
background-color: #FC89C4;
}
</style>
border-color css
<style>
span { border-color: #FC89C4; }
span { border-color: rgb(252,137,196); }
td.TdClassName
{
border-color: #FC89C4;
}
.TagClassName
{
border-color: #FC89C4;
}
</style>