Shades of Tea Rose #FE90BA
Tints of Tea Rose #FE90BA
RGB
CMYK
RGB Variations
Color information
#FE90BA (or 0xFE90BA) is known color: Tea Rose. HEX triplet: FE, 90 and BA. RGB value is (254,144,186). Sum of RGB (Red+Green+Blue) = 254+144+186=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90BA is #016F45. Grayscale: #B5B5B5. Windows color (decimal): -94022 or 12226814. OLE color: 12226814.
HSL color Cylindrical-coordinate representation of color #FE90BA: hue angle of 337.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 #FE90BA is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 186 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.00 |
| HSL | 337.09º | 0.98% | 0.78% | - |
| HSV(B) | 337.09º | 0.43% | 1% | - |
| XYZ | 59.71 | 44.56 | 51.91 | - |
| YUV | 181.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 186 | 0 | 0.43 | 0.27 | 0.00 | 337.09 | 0.98 | 0.78 |
| Hex | FE | 90 | BA | 0 | 2B | 1B | 0 | 151 | 62 | 4E |
| Octal | 376 | 220 | 272 | 0 | 53 | 33 | 0 | 521 | 142 | 116 |
| Binary | 11111110 | 10010000 | 10111010 | 0 | 101011 | 11011 | 0 | 101010001 | 1100010 | 1001110 |
Color Harmonies of #FE90BA
Complementary color
Monochromatic Colors of #FE90BA
Black with #FE90BA
Text Example
Text Example
White with #FE90BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90BA; }
p { color: rgb(254,144,186); }
H1.HeaderClassName
{
color: #FE90BA;
}
.AnyTagClassName
{
color: #FE90BA;
}
</style>
background-color css
<style>
a { background-color: #FE90BA; }
a { background-color: rgb(254,144,186); }
div.DivClassName
{
background-color: #FE90BA;
}
.BgClassName
{
background-color: #FE90BA;
}
</style>
border-color css
<style>
span { border-color: #FE90BA; }
span { border-color: rgb(254,144,186); }
td.TdClassName
{
border-color: #FE90BA;
}
.TagClassName
{
border-color: #FE90BA;
}
</style>