Shades of Tea Rose #FC89CF
Tints of Tea Rose #FC89CF
RGB
CMYK
RGB Variations
Color information
#FC89CF (or 0xFC89CF) is known color: Tea Rose. HEX triplet: FC, 89 and CF. RGB value is (252,137,207). Sum of RGB (Red+Green+Blue) = 252+137+207=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89CF is #037630. Grayscale: #B3B3B3. Windows color (decimal): -226865 or 13601276. OLE color: 13601276.
HSL color Cylindrical-coordinate representation of color #FC89CF: hue angle of 323.48º 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 #FC89CF is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 207 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.01 |
| HSL | 323.48º | 0.95% | 0.76% | - |
| HSV(B) | 323.48º | 0.46% | 0.99% | - |
| XYZ | 60.35 | 43.09 | 64.17 | - |
| YUV | 179.37 | 143.6 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 207 | 0 | 0.46 | 0.18 | 0.01 | 323.48 | 0.95 | 0.76 |
| Hex | FC | 89 | CF | 0 | 2E | 12 | 1 | 143 | 5F | 4C |
| Octal | 374 | 211 | 317 | 0 | 56 | 22 | 1 | 503 | 137 | 114 |
| Binary | 11111100 | 10001001 | 11001111 | 0 | 101110 | 10010 | 1 | 101000011 | 1011111 | 1001100 |
Color Harmonies of #FC89CF
Complementary color
Monochromatic Colors of #FC89CF
Black with #FC89CF
Text Example
Text Example
White with #FC89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89CF; }
p { color: rgb(252,137,207); }
H1.HeaderClassName
{
color: #FC89CF;
}
.AnyTagClassName
{
color: #FC89CF;
}
</style>
background-color css
<style>
a { background-color: #FC89CF; }
a { background-color: rgb(252,137,207); }
div.DivClassName
{
background-color: #FC89CF;
}
.BgClassName
{
background-color: #FC89CF;
}
</style>
border-color css
<style>
span { border-color: #FC89CF; }
span { border-color: rgb(252,137,207); }
td.TdClassName
{
border-color: #FC89CF;
}
.TagClassName
{
border-color: #FC89CF;
}
</style>