Shades of Tea Rose #FE83C9
Tints of Tea Rose #FE83C9
RGB
CMYK
RGB Variations
Color information
#FE83C9 (or 0xFE83C9) is known color: Tea Rose. HEX triplet: FE, 83 and C9. RGB value is (254,131,201). Sum of RGB (Red+Green+Blue) = 254+131+201=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 131 (51.56% from 255 or 22.35% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE83C9 is #017C36. Grayscale: #AFAFAF. Windows color (decimal): -97335 or 13206526. OLE color: 13206526.
HSL color Cylindrical-coordinate representation of color #FE83C9: hue angle of 325.85º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE83C9 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 201 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.00 |
| HSL | 325.85º | 0.98% | 0.75% | - |
| HSV(B) | 325.85º | 0.48% | 1% | - |
| XYZ | 59.53 | 41.52 | 60.13 | - |
| YUV | 175.76 | 142.25 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 201 | 0 | 0.48 | 0.21 | 0.00 | 325.85 | 0.98 | 0.75 |
| Hex | FE | 83 | C9 | 0 | 30 | 15 | 0 | 146 | 62 | 4B |
| Octal | 376 | 203 | 311 | 0 | 60 | 25 | 0 | 506 | 142 | 113 |
| Binary | 11111110 | 10000011 | 11001001 | 0 | 110000 | 10101 | 0 | 101000110 | 1100010 | 1001011 |
Color Harmonies of #FE83C9
Complementary color
Monochromatic Colors of #FE83C9
Black with #FE83C9
Text Example
Text Example
White with #FE83C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE83C9; }
p { color: rgb(254,131,201); }
H1.HeaderClassName
{
color: #FE83C9;
}
.AnyTagClassName
{
color: #FE83C9;
}
</style>
background-color css
<style>
a { background-color: #FE83C9; }
a { background-color: rgb(254,131,201); }
div.DivClassName
{
background-color: #FE83C9;
}
.BgClassName
{
background-color: #FE83C9;
}
</style>
border-color css
<style>
span { border-color: #FE83C9; }
span { border-color: rgb(254,131,201); }
td.TdClassName
{
border-color: #FE83C9;
}
.TagClassName
{
border-color: #FE83C9;
}
</style>