Shades of Tea Rose #FC89C8
Tints of Tea Rose #FC89C8
RGB
CMYK
RGB Variations
Color information
#FC89C8 (or 0xFC89C8) is known color: Tea Rose. HEX triplet: FC, 89 and C8. RGB value is (252,137,200). Sum of RGB (Red+Green+Blue) = 252+137+200=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 137 (53.91% from 255 or 23.26% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89C8 is #037637. Grayscale: #B2B2B2. Windows color (decimal): -226872 or 13142524. OLE color: 13142524.
HSL color Cylindrical-coordinate representation of color #FC89C8: hue angle of 327.13º 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 #FC89C8 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 200 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.01 |
| HSL | 327.13º | 0.95% | 0.76% | - |
| HSV(B) | 327.13º | 0.46% | 0.99% | - |
| XYZ | 59.52 | 42.76 | 59.76 | - |
| YUV | 178.57 | 140.1 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 200 | 0 | 0.46 | 0.21 | 0.01 | 327.13 | 0.95 | 0.76 |
| Hex | FC | 89 | C8 | 0 | 2E | 15 | 1 | 147 | 5F | 4C |
| Octal | 374 | 211 | 310 | 0 | 56 | 25 | 1 | 507 | 137 | 114 |
| Binary | 11111100 | 10001001 | 11001000 | 0 | 101110 | 10101 | 1 | 101000111 | 1011111 | 1001100 |
Color Harmonies of #FC89C8
Complementary color
Monochromatic Colors of #FC89C8
Black with #FC89C8
Text Example
Text Example
White with #FC89C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89C8; }
p { color: rgb(252,137,200); }
H1.HeaderClassName
{
color: #FC89C8;
}
.AnyTagClassName
{
color: #FC89C8;
}
</style>
background-color css
<style>
a { background-color: #FC89C8; }
a { background-color: rgb(252,137,200); }
div.DivClassName
{
background-color: #FC89C8;
}
.BgClassName
{
background-color: #FC89C8;
}
</style>
border-color css
<style>
span { border-color: #FC89C8; }
span { border-color: rgb(252,137,200); }
td.TdClassName
{
border-color: #FC89C8;
}
.TagClassName
{
border-color: #FC89C8;
}
</style>