Shades of Tea Rose #FE90C7
Tints of Tea Rose #FE90C7
RGB
CMYK
RGB Variations
Color information
#FE90C7 (or 0xFE90C7) is known color: Tea Rose. HEX triplet: FE, 90 and C7. RGB value is (254,144,199). Sum of RGB (Red+Green+Blue) = 254+144+199=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90C7 is #016F38. Grayscale: #B7B7B7. Windows color (decimal): -94009 or 13078782. OLE color: 13078782.
HSL color Cylindrical-coordinate representation of color #FE90C7: hue angle of 330º 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 #FE90C7 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 199 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.00 |
| HSL | 330º | 0.98% | 0.78% | - |
| HSV(B) | 330º | 0.43% | 1% | - |
| XYZ | 61.16 | 45.14 | 59.52 | - |
| YUV | 183.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 199 | 0 | 0.43 | 0.22 | 0.00 | 330 | 0.98 | 0.78 |
| Hex | FE | 90 | C7 | 0 | 2B | 16 | 0 | 14A | 62 | 4E |
| Octal | 376 | 220 | 307 | 0 | 53 | 26 | 0 | 512 | 142 | 116 |
| Binary | 11111110 | 10010000 | 11000111 | 0 | 101011 | 10110 | 0 | 101001010 | 1100010 | 1001110 |
Color Harmonies of #FE90C7
Complementary color
Monochromatic Colors of #FE90C7
Black with #FE90C7
Text Example
Text Example
White with #FE90C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90C7; }
p { color: rgb(254,144,199); }
H1.HeaderClassName
{
color: #FE90C7;
}
.AnyTagClassName
{
color: #FE90C7;
}
</style>
background-color css
<style>
a { background-color: #FE90C7; }
a { background-color: rgb(254,144,199); }
div.DivClassName
{
background-color: #FE90C7;
}
.BgClassName
{
background-color: #FE90C7;
}
</style>
border-color css
<style>
span { border-color: #FE90C7; }
span { border-color: rgb(254,144,199); }
td.TdClassName
{
border-color: #FE90C7;
}
.TagClassName
{
border-color: #FE90C7;
}
</style>