Shades of Tea Rose #FE90BD
Tints of Tea Rose #FE90BD
RGB
CMYK
RGB Variations
Color information
#FE90BD (or 0xFE90BD) is known color: Tea Rose. HEX triplet: FE, 90 and BD. RGB value is (254,144,189). Sum of RGB (Red+Green+Blue) = 254+144+189=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90BD is #016F42. Grayscale: #B5B5B5. Windows color (decimal): -94019 or 12423422. OLE color: 12423422.
HSL color Cylindrical-coordinate representation of color #FE90BD: hue angle of 335.45º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE90BD is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 189 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.00 |
| HSL | 335.45º | 0.98% | 0.78% | - |
| HSV(B) | 335.45º | 0.43% | 1% | - |
| XYZ | 60.03 | 44.69 | 53.61 | - |
| YUV | 182.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 189 | 0 | 0.43 | 0.26 | 0.00 | 335.45 | 0.98 | 0.78 |
| Hex | FE | 90 | BD | 0 | 2B | 1A | 0 | 14F | 62 | 4E |
| Octal | 376 | 220 | 275 | 0 | 53 | 32 | 0 | 517 | 142 | 116 |
| Binary | 11111110 | 10010000 | 10111101 | 0 | 101011 | 11010 | 0 | 101001111 | 1100010 | 1001110 |
Color Harmonies of #FE90BD
Complementary color
Monochromatic Colors of #FE90BD
Black with #FE90BD
Text Example
Text Example
White with #FE90BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90BD; }
p { color: rgb(254,144,189); }
H1.HeaderClassName
{
color: #FE90BD;
}
.AnyTagClassName
{
color: #FE90BD;
}
</style>
background-color css
<style>
a { background-color: #FE90BD; }
a { background-color: rgb(254,144,189); }
div.DivClassName
{
background-color: #FE90BD;
}
.BgClassName
{
background-color: #FE90BD;
}
</style>
border-color css
<style>
span { border-color: #FE90BD; }
span { border-color: rgb(254,144,189); }
td.TdClassName
{
border-color: #FE90BD;
}
.TagClassName
{
border-color: #FE90BD;
}
</style>