Shades of Tea Rose #FE93D1
Tints of Tea Rose #FE93D1
RGB
CMYK
RGB Variations
Color information
#FE93D1 (or 0xFE93D1) is known color: Tea Rose. HEX triplet: FE, 93 and D1. RGB value is (254,147,209). Sum of RGB (Red+Green+Blue) = 254+147+209=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93D1 is #016C2E. Grayscale: #B9B9B9. Windows color (decimal): -93231 or 13734910. OLE color: 13734910.
HSL color Cylindrical-coordinate representation of color #FE93D1: hue angle of 325.23º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE93D1 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 209 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.00 |
| HSL | 325.23º | 0.98% | 0.79% | - |
| HSV(B) | 325.23º | 0.42% | 1% | - |
| XYZ | 62.82 | 46.54 | 65.99 | - |
| YUV | 186.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 209 | 0 | 0.42 | 0.18 | 0.00 | 325.23 | 0.98 | 0.79 |
| Hex | FE | 93 | D1 | 0 | 2A | 12 | 0 | 145 | 62 | 4F |
| Octal | 376 | 223 | 321 | 0 | 52 | 22 | 0 | 505 | 142 | 117 |
| Binary | 11111110 | 10010011 | 11010001 | 0 | 101010 | 10010 | 0 | 101000101 | 1100010 | 1001111 |
Color Harmonies of #FE93D1
Complementary color
Monochromatic Colors of #FE93D1
Black with #FE93D1
Text Example
Text Example
White with #FE93D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93D1; }
p { color: rgb(254,147,209); }
H1.HeaderClassName
{
color: #FE93D1;
}
.AnyTagClassName
{
color: #FE93D1;
}
</style>
background-color css
<style>
a { background-color: #FE93D1; }
a { background-color: rgb(254,147,209); }
div.DivClassName
{
background-color: #FE93D1;
}
.BgClassName
{
background-color: #FE93D1;
}
</style>
border-color css
<style>
span { border-color: #FE93D1; }
span { border-color: rgb(254,147,209); }
td.TdClassName
{
border-color: #FE93D1;
}
.TagClassName
{
border-color: #FE93D1;
}
</style>