Shades of Tea Rose #FE93CF
Tints of Tea Rose #FE93CF
RGB
CMYK
RGB Variations
Color information
#FE93CF (or 0xFE93CF) is known color: Tea Rose. HEX triplet: FE, 93 and CF. RGB value is (254,147,207). Sum of RGB (Red+Green+Blue) = 254+147+207=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93CF is #016C30. Grayscale: #B9B9B9. Windows color (decimal): -93233 or 13603838. OLE color: 13603838.
HSL color Cylindrical-coordinate representation of color #FE93CF: hue angle of 326.36º 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 #FE93CF is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 207 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.00 |
| HSL | 326.36º | 0.98% | 0.79% | - |
| HSV(B) | 326.36º | 0.42% | 1% | - |
| XYZ | 62.57 | 46.44 | 64.7 | - |
| YUV | 185.83 | 139.95 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 207 | 0 | 0.42 | 0.19 | 0.00 | 326.36 | 0.98 | 0.79 |
| Hex | FE | 93 | CF | 0 | 2A | 13 | 0 | 146 | 62 | 4F |
| Octal | 376 | 223 | 317 | 0 | 52 | 23 | 0 | 506 | 142 | 117 |
| Binary | 11111110 | 10010011 | 11001111 | 0 | 101010 | 10011 | 0 | 101000110 | 1100010 | 1001111 |
Color Harmonies of #FE93CF
Complementary color
Monochromatic Colors of #FE93CF
Black with #FE93CF
Text Example
Text Example
White with #FE93CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93CF; }
p { color: rgb(254,147,207); }
H1.HeaderClassName
{
color: #FE93CF;
}
.AnyTagClassName
{
color: #FE93CF;
}
</style>
background-color css
<style>
a { background-color: #FE93CF; }
a { background-color: rgb(254,147,207); }
div.DivClassName
{
background-color: #FE93CF;
}
.BgClassName
{
background-color: #FE93CF;
}
</style>
border-color css
<style>
span { border-color: #FE93CF; }
span { border-color: rgb(254,147,207); }
td.TdClassName
{
border-color: #FE93CF;
}
.TagClassName
{
border-color: #FE93CF;
}
</style>