Shades of Tea Rose #FE90CE
Tints of Tea Rose #FE90CE
RGB
CMYK
RGB Variations
Color information
#FE90CE (or 0xFE90CE) is known color: Tea Rose. HEX triplet: FE, 90 and CE. RGB value is (254,144,206). Sum of RGB (Red+Green+Blue) = 254+144+206=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90CE is #016F31. Grayscale: #B7B7B7. Windows color (decimal): -94002 or 13537534. OLE color: 13537534.
HSL color Cylindrical-coordinate representation of color #FE90CE: hue angle of 326.18º 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 #FE90CE is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 206 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.00 |
| HSL | 326.18º | 0.98% | 0.78% | - |
| HSV(B) | 326.18º | 0.43% | 1% | - |
| XYZ | 61.99 | 45.47 | 63.9 | - |
| YUV | 183.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 206 | 0 | 0.43 | 0.19 | 0.00 | 326.18 | 0.98 | 0.78 |
| Hex | FE | 90 | CE | 0 | 2B | 13 | 0 | 146 | 62 | 4E |
| Octal | 376 | 220 | 316 | 0 | 53 | 23 | 0 | 506 | 142 | 116 |
| Binary | 11111110 | 10010000 | 11001110 | 0 | 101011 | 10011 | 0 | 101000110 | 1100010 | 1001110 |
Color Harmonies of #FE90CE
Complementary color
Monochromatic Colors of #FE90CE
Black with #FE90CE
Text Example
Text Example
White with #FE90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90CE; }
p { color: rgb(254,144,206); }
H1.HeaderClassName
{
color: #FE90CE;
}
.AnyTagClassName
{
color: #FE90CE;
}
</style>
background-color css
<style>
a { background-color: #FE90CE; }
a { background-color: rgb(254,144,206); }
div.DivClassName
{
background-color: #FE90CE;
}
.BgClassName
{
background-color: #FE90CE;
}
</style>
border-color css
<style>
span { border-color: #FE90CE; }
span { border-color: rgb(254,144,206); }
td.TdClassName
{
border-color: #FE90CE;
}
.TagClassName
{
border-color: #FE90CE;
}
</style>