Shades of Tea Rose #FD89CA
Tints of Tea Rose #FD89CA
RGB
CMYK
RGB Variations
Color information
#FD89CA (or 0xFD89CA) is known color: Tea Rose. HEX triplet: FD, 89 and CA. RGB value is (253,137,202). Sum of RGB (Red+Green+Blue) = 253+137+202=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 137 (53.91% from 255 or 23.14% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FD89CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD89CA is #027635. Grayscale: #B2B2B2. Windows color (decimal): -161334 or 13273597. OLE color: 13273597.
HSL color Cylindrical-coordinate representation of color #FD89CA: hue angle of 326.38º degrees, saturation: 0.97, 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 #FD89CA is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 137 | 202 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.01 |
| HSL | 326.38º | 0.97% | 0.76% | - |
| HSV(B) | 326.38º | 0.46% | 0.99% | - |
| XYZ | 60.11 | 43.04 | 61.02 | - |
| YUV | 179.09 | 140.93 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 137 | 202 | 0 | 0.46 | 0.20 | 0.01 | 326.38 | 0.97 | 0.76 |
| Hex | FD | 89 | CA | 0 | 2E | 14 | 1 | 146 | 61 | 4C |
| Octal | 375 | 211 | 312 | 0 | 56 | 24 | 1 | 506 | 141 | 114 |
| Binary | 11111101 | 10001001 | 11001010 | 0 | 101110 | 10100 | 1 | 101000110 | 1100001 | 1001100 |
Color Harmonies of #FD89CA
Complementary color
Monochromatic Colors of #FD89CA
Black with #FD89CA
Text Example
Text Example
White with #FD89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD89CA; }
p { color: rgb(253,137,202); }
H1.HeaderClassName
{
color: #FD89CA;
}
.AnyTagClassName
{
color: #FD89CA;
}
</style>
background-color css
<style>
a { background-color: #FD89CA; }
a { background-color: rgb(253,137,202); }
div.DivClassName
{
background-color: #FD89CA;
}
.BgClassName
{
background-color: #FD89CA;
}
</style>
border-color css
<style>
span { border-color: #FD89CA; }
span { border-color: rgb(253,137,202); }
td.TdClassName
{
border-color: #FD89CA;
}
.TagClassName
{
border-color: #FD89CA;
}
</style>