Shades of Tea Rose #FE93CE
Tints of Tea Rose #FE93CE
RGB
CMYK
RGB Variations
Color information
#FE93CE (or 0xFE93CE) is known color: Tea Rose. HEX triplet: FE, 93 and CE. RGB value is (254,147,206). Sum of RGB (Red+Green+Blue) = 254+147+206=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93CE is #016C31. Grayscale: #B9B9B9. Windows color (decimal): -93234 or 13538302. OLE color: 13538302.
HSL color Cylindrical-coordinate representation of color #FE93CE: hue angle of 326.92º 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 #FE93CE is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 206 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.00 |
| HSL | 326.92º | 0.98% | 0.79% | - |
| HSV(B) | 326.92º | 0.42% | 1% | - |
| XYZ | 62.45 | 46.39 | 64.06 | - |
| YUV | 185.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 206 | 0 | 0.42 | 0.19 | 0.00 | 326.92 | 0.98 | 0.79 |
| Hex | FE | 93 | CE | 0 | 2A | 13 | 0 | 147 | 62 | 4F |
| Octal | 376 | 223 | 316 | 0 | 52 | 23 | 0 | 507 | 142 | 117 |
| Binary | 11111110 | 10010011 | 11001110 | 0 | 101010 | 10011 | 0 | 101000111 | 1100010 | 1001111 |
Color Harmonies of #FE93CE
Complementary color
Monochromatic Colors of #FE93CE
Black with #FE93CE
Text Example
Text Example
White with #FE93CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93CE; }
p { color: rgb(254,147,206); }
H1.HeaderClassName
{
color: #FE93CE;
}
.AnyTagClassName
{
color: #FE93CE;
}
</style>
background-color css
<style>
a { background-color: #FE93CE; }
a { background-color: rgb(254,147,206); }
div.DivClassName
{
background-color: #FE93CE;
}
.BgClassName
{
background-color: #FE93CE;
}
</style>
border-color css
<style>
span { border-color: #FE93CE; }
span { border-color: rgb(254,147,206); }
td.TdClassName
{
border-color: #FE93CE;
}
.TagClassName
{
border-color: #FE93CE;
}
</style>