Shades of Tea Rose #FE93BD
Tints of Tea Rose #FE93BD
RGB
CMYK
RGB Variations
Color information
#FE93BD (or 0xFE93BD) is known color: Tea Rose. HEX triplet: FE, 93 and BD. RGB value is (254,147,189). Sum of RGB (Red+Green+Blue) = 254+147+189=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93BD is #016C42. Grayscale: #B7B7B7. Windows color (decimal): -93251 or 12424190. OLE color: 12424190.
HSL color Cylindrical-coordinate representation of color #FE93BD: hue angle of 336.45º 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 #FE93BD is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 189 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.00 |
| HSL | 336.45º | 0.98% | 0.79% | - |
| HSV(B) | 336.45º | 0.42% | 1% | - |
| XYZ | 60.49 | 45.61 | 53.76 | - |
| YUV | 183.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 189 | 0 | 0.42 | 0.26 | 0.00 | 336.45 | 0.98 | 0.79 |
| Hex | FE | 93 | BD | 0 | 2A | 1A | 0 | 150 | 62 | 4F |
| Octal | 376 | 223 | 275 | 0 | 52 | 32 | 0 | 520 | 142 | 117 |
| Binary | 11111110 | 10010011 | 10111101 | 0 | 101010 | 11010 | 0 | 101010000 | 1100010 | 1001111 |
Color Harmonies of #FE93BD
Complementary color
Monochromatic Colors of #FE93BD
Black with #FE93BD
Text Example
Text Example
White with #FE93BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93BD; }
p { color: rgb(254,147,189); }
H1.HeaderClassName
{
color: #FE93BD;
}
.AnyTagClassName
{
color: #FE93BD;
}
</style>
background-color css
<style>
a { background-color: #FE93BD; }
a { background-color: rgb(254,147,189); }
div.DivClassName
{
background-color: #FE93BD;
}
.BgClassName
{
background-color: #FE93BD;
}
</style>
border-color css
<style>
span { border-color: #FE93BD; }
span { border-color: rgb(254,147,189); }
td.TdClassName
{
border-color: #FE93BD;
}
.TagClassName
{
border-color: #FE93BD;
}
</style>