Shades of Tea Rose #FD90BD
Tints of Tea Rose #FD90BD
RGB
CMYK
RGB Variations
Color information
#FD90BD (or 0xFD90BD) is known color: Tea Rose. HEX triplet: FD, 90 and BD. RGB value is (253,144,189). Sum of RGB (Red+Green+Blue) = 253+144+189=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD90BD is #026F42. Grayscale: #B5B5B5. Windows color (decimal): -159555 or 12423421. OLE color: 12423421.
HSL color Cylindrical-coordinate representation of color #FD90BD: hue angle of 335.23º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD90BD is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 189 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.01 |
| HSL | 335.23º | 0.96% | 0.78% | - |
| HSV(B) | 335.23º | 0.43% | 0.99% | - |
| XYZ | 59.67 | 44.5 | 53.59 | - |
| YUV | 181.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 189 | 0 | 0.43 | 0.25 | 0.01 | 335.23 | 0.96 | 0.78 |
| Hex | FD | 90 | BD | 0 | 2B | 19 | 1 | 14F | 60 | 4E |
| Octal | 375 | 220 | 275 | 0 | 53 | 31 | 1 | 517 | 140 | 116 |
| Binary | 11111101 | 10010000 | 10111101 | 0 | 101011 | 11001 | 1 | 101001111 | 1100000 | 1001110 |
Color Harmonies of #FD90BD
Complementary color
Monochromatic Colors of #FD90BD
Black with #FD90BD
Text Example
Text Example
White with #FD90BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD90BD; }
p { color: rgb(253,144,189); }
H1.HeaderClassName
{
color: #FD90BD;
}
.AnyTagClassName
{
color: #FD90BD;
}
</style>
background-color css
<style>
a { background-color: #FD90BD; }
a { background-color: rgb(253,144,189); }
div.DivClassName
{
background-color: #FD90BD;
}
.BgClassName
{
background-color: #FD90BD;
}
</style>
border-color css
<style>
span { border-color: #FD90BD; }
span { border-color: rgb(253,144,189); }
td.TdClassName
{
border-color: #FD90BD;
}
.TagClassName
{
border-color: #FD90BD;
}
</style>