Shades of Tea Rose #FE90D0
Tints of Tea Rose #FE90D0
RGB
CMYK
RGB Variations
Color information
#FE90D0 (or 0xFE90D0) is known color: Tea Rose. HEX triplet: FE, 90 and D0. RGB value is (254,144,208). Sum of RGB (Red+Green+Blue) = 254+144+208=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90D0 is #016F2F. Grayscale: #B8B8B8. Windows color (decimal): -94000 or 13668606. OLE color: 13668606.
HSL color Cylindrical-coordinate representation of color #FE90D0: hue angle of 325.09º 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 #FE90D0 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 208 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.00 |
| HSL | 325.09º | 0.98% | 0.78% | - |
| HSV(B) | 325.09º | 0.43% | 1% | - |
| XYZ | 62.23 | 45.57 | 65.19 | - |
| YUV | 184.19 | 141.44 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 208 | 0 | 0.43 | 0.18 | 0.00 | 325.09 | 0.98 | 0.78 |
| Hex | FE | 90 | D0 | 0 | 2B | 12 | 0 | 145 | 62 | 4E |
| Octal | 376 | 220 | 320 | 0 | 53 | 22 | 0 | 505 | 142 | 116 |
| Binary | 11111110 | 10010000 | 11010000 | 0 | 101011 | 10010 | 0 | 101000101 | 1100010 | 1001110 |
Color Harmonies of #FE90D0
Complementary color
Monochromatic Colors of #FE90D0
Black with #FE90D0
Text Example
Text Example
White with #FE90D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90D0; }
p { color: rgb(254,144,208); }
H1.HeaderClassName
{
color: #FE90D0;
}
.AnyTagClassName
{
color: #FE90D0;
}
</style>
background-color css
<style>
a { background-color: #FE90D0; }
a { background-color: rgb(254,144,208); }
div.DivClassName
{
background-color: #FE90D0;
}
.BgClassName
{
background-color: #FE90D0;
}
</style>
border-color css
<style>
span { border-color: #FE90D0; }
span { border-color: rgb(254,144,208); }
td.TdClassName
{
border-color: #FE90D0;
}
.TagClassName
{
border-color: #FE90D0;
}
</style>