Shades of Tea Rose #FE91C3
Tints of Tea Rose #FE91C3
RGB
CMYK
RGB Variations
Color information
#FE91C3 (or 0xFE91C3) is known color: Tea Rose. HEX triplet: FE, 91 and C3. RGB value is (254,145,195). Sum of RGB (Red+Green+Blue) = 254+145+195=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91C3 is #016E3C. Grayscale: #B7B7B7. Windows color (decimal): -93757 or 12816894. OLE color: 12816894.
HSL color Cylindrical-coordinate representation of color #FE91C3: hue angle of 332.48º 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 #FE91C3 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 195 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.00 |
| HSL | 332.48º | 0.98% | 0.78% | - |
| HSV(B) | 332.48º | 0.43% | 1% | - |
| XYZ | 60.85 | 45.26 | 57.16 | - |
| YUV | 183.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 195 | 0 | 0.43 | 0.23 | 0.00 | 332.48 | 0.98 | 0.78 |
| Hex | FE | 91 | C3 | 0 | 2B | 17 | 0 | 14C | 62 | 4E |
| Octal | 376 | 221 | 303 | 0 | 53 | 27 | 0 | 514 | 142 | 116 |
| Binary | 11111110 | 10010001 | 11000011 | 0 | 101011 | 10111 | 0 | 101001100 | 1100010 | 1001110 |
Color Harmonies of #FE91C3
Complementary color
Monochromatic Colors of #FE91C3
Black with #FE91C3
Text Example
Text Example
White with #FE91C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE91C3; }
p { color: rgb(254,145,195); }
H1.HeaderClassName
{
color: #FE91C3;
}
.AnyTagClassName
{
color: #FE91C3;
}
</style>
background-color css
<style>
a { background-color: #FE91C3; }
a { background-color: rgb(254,145,195); }
div.DivClassName
{
background-color: #FE91C3;
}
.BgClassName
{
background-color: #FE91C3;
}
</style>
border-color css
<style>
span { border-color: #FE91C3; }
span { border-color: rgb(254,145,195); }
td.TdClassName
{
border-color: #FE91C3;
}
.TagClassName
{
border-color: #FE91C3;
}
</style>