Shades of Tea Rose #FD89C3
Tints of Tea Rose #FD89C3
RGB
CMYK
RGB Variations
Color information
#FD89C3 (or 0xFD89C3) is known color: Tea Rose. HEX triplet: FD, 89 and C3. RGB value is (253,137,195). Sum of RGB (Red+Green+Blue) = 253+137+195=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD89C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD89C3 is #02763C. Grayscale: #B2B2B2. Windows color (decimal): -161341 or 12814845. OLE color: 12814845.
HSL color Cylindrical-coordinate representation of color #FD89C3: hue angle of 330º 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 #FD89C3 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 137 | 195 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.01 |
| HSL | 330º | 0.97% | 0.76% | - |
| HSV(B) | 330º | 0.46% | 0.99% | - |
| XYZ | 59.3 | 42.71 | 56.75 | - |
| YUV | 178.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 137 | 195 | 0 | 0.46 | 0.23 | 0.01 | 330 | 0.97 | 0.76 |
| Hex | FD | 89 | C3 | 0 | 2E | 17 | 1 | 14A | 61 | 4C |
| Octal | 375 | 211 | 303 | 0 | 56 | 27 | 1 | 512 | 141 | 114 |
| Binary | 11111101 | 10001001 | 11000011 | 0 | 101110 | 10111 | 1 | 101001010 | 1100001 | 1001100 |
Color Harmonies of #FD89C3
Complementary color
Monochromatic Colors of #FD89C3
Black with #FD89C3
Text Example
Text Example
White with #FD89C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD89C3; }
p { color: rgb(253,137,195); }
H1.HeaderClassName
{
color: #FD89C3;
}
.AnyTagClassName
{
color: #FD89C3;
}
</style>
background-color css
<style>
a { background-color: #FD89C3; }
a { background-color: rgb(253,137,195); }
div.DivClassName
{
background-color: #FD89C3;
}
.BgClassName
{
background-color: #FD89C3;
}
</style>
border-color css
<style>
span { border-color: #FD89C3; }
span { border-color: rgb(253,137,195); }
td.TdClassName
{
border-color: #FD89C3;
}
.TagClassName
{
border-color: #FD89C3;
}
</style>