Shades of Tea Rose #FE93C3
Tints of Tea Rose #FE93C3
RGB
CMYK
RGB Variations
Color information
#FE93C3 (or 0xFE93C3) is known color: Tea Rose. HEX triplet: FE, 93 and C3. RGB value is (254,147,195). Sum of RGB (Red+Green+Blue) = 254+147+195=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93C3 is #016C3C. Grayscale: #B8B8B8. Windows color (decimal): -93245 or 12817406. OLE color: 12817406.
HSL color Cylindrical-coordinate representation of color #FE93C3: hue angle of 333.08º 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 #FE93C3 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 195 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.00 |
| HSL | 333.08º | 0.98% | 0.79% | - |
| HSV(B) | 333.08º | 0.42% | 1% | - |
| XYZ | 61.16 | 45.88 | 57.26 | - |
| YUV | 184.47 | 133.95 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 195 | 0 | 0.42 | 0.23 | 0.00 | 333.08 | 0.98 | 0.79 |
| Hex | FE | 93 | C3 | 0 | 2A | 17 | 0 | 14D | 62 | 4F |
| Octal | 376 | 223 | 303 | 0 | 52 | 27 | 0 | 515 | 142 | 117 |
| Binary | 11111110 | 10010011 | 11000011 | 0 | 101010 | 10111 | 0 | 101001101 | 1100010 | 1001111 |
Color Harmonies of #FE93C3
Complementary color
Monochromatic Colors of #FE93C3
Black with #FE93C3
Text Example
Text Example
White with #FE93C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93C3; }
p { color: rgb(254,147,195); }
H1.HeaderClassName
{
color: #FE93C3;
}
.AnyTagClassName
{
color: #FE93C3;
}
</style>
background-color css
<style>
a { background-color: #FE93C3; }
a { background-color: rgb(254,147,195); }
div.DivClassName
{
background-color: #FE93C3;
}
.BgClassName
{
background-color: #FE93C3;
}
</style>
border-color css
<style>
span { border-color: #FE93C3; }
span { border-color: rgb(254,147,195); }
td.TdClassName
{
border-color: #FE93C3;
}
.TagClassName
{
border-color: #FE93C3;
}
</style>