Shades of Tea Rose #FC89D4
Tints of Tea Rose #FC89D4
RGB
CMYK
RGB Variations
Color information
#FC89D4 (or 0xFC89D4) is known color: Tea Rose. HEX triplet: FC, 89 and D4. RGB value is (252,137,212). Sum of RGB (Red+Green+Blue) = 252+137+212=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 137 (53.91% from 255 or 22.80% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89D4 is #03762B. Grayscale: #B3B3B3. Windows color (decimal): -226860 or 13928956. OLE color: 13928956.
HSL color Cylindrical-coordinate representation of color #FC89D4: hue angle of 320.87º 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 #FC89D4 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 212 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.01 |
| HSL | 320.87º | 0.95% | 0.76% | - |
| HSV(B) | 320.87º | 0.46% | 0.99% | - |
| XYZ | 60.97 | 43.34 | 67.44 | - |
| YUV | 179.94 | 146.1 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 212 | 0 | 0.46 | 0.16 | 0.01 | 320.87 | 0.95 | 0.76 |
| Hex | FC | 89 | D4 | 0 | 2E | 10 | 1 | 141 | 5F | 4C |
| Octal | 374 | 211 | 324 | 0 | 56 | 20 | 1 | 501 | 137 | 114 |
| Binary | 11111100 | 10001001 | 11010100 | 0 | 101110 | 10000 | 1 | 101000001 | 1011111 | 1001100 |
Color Harmonies of #FC89D4
Complementary color
Monochromatic Colors of #FC89D4
Black with #FC89D4
Text Example
Text Example
White with #FC89D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89D4; }
p { color: rgb(252,137,212); }
H1.HeaderClassName
{
color: #FC89D4;
}
.AnyTagClassName
{
color: #FC89D4;
}
</style>
background-color css
<style>
a { background-color: #FC89D4; }
a { background-color: rgb(252,137,212); }
div.DivClassName
{
background-color: #FC89D4;
}
.BgClassName
{
background-color: #FC89D4;
}
</style>
border-color css
<style>
span { border-color: #FC89D4; }
span { border-color: rgb(252,137,212); }
td.TdClassName
{
border-color: #FC89D4;
}
.TagClassName
{
border-color: #FC89D4;
}
</style>