Shades of Tea Rose #FE92C9
Tints of Tea Rose #FE92C9
RGB
CMYK
RGB Variations
Color information
#FE92C9 (or 0xFE92C9) is known color: Tea Rose. HEX triplet: FE, 92 and C9. RGB value is (254,146,201). Sum of RGB (Red+Green+Blue) = 254+146+201=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92C9 is #016D36. Grayscale: #B8B8B8. Windows color (decimal): -93495 or 13210366. OLE color: 13210366.
HSL color Cylindrical-coordinate representation of color #FE92C9: hue angle of 329.44º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE92C9 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 201 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.00 |
| HSL | 329.44º | 0.98% | 0.78% | - |
| HSV(B) | 329.44º | 0.43% | 1% | - |
| XYZ | 61.69 | 45.85 | 60.86 | - |
| YUV | 184.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 201 | 0 | 0.43 | 0.21 | 0.00 | 329.44 | 0.98 | 0.78 |
| Hex | FE | 92 | C9 | 0 | 2B | 15 | 0 | 149 | 62 | 4E |
| Octal | 376 | 222 | 311 | 0 | 53 | 25 | 0 | 511 | 142 | 116 |
| Binary | 11111110 | 10010010 | 11001001 | 0 | 101011 | 10101 | 0 | 101001001 | 1100010 | 1001110 |
Color Harmonies of #FE92C9
Complementary color
Monochromatic Colors of #FE92C9
Black with #FE92C9
Text Example
Text Example
White with #FE92C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE92C9; }
p { color: rgb(254,146,201); }
H1.HeaderClassName
{
color: #FE92C9;
}
.AnyTagClassName
{
color: #FE92C9;
}
</style>
background-color css
<style>
a { background-color: #FE92C9; }
a { background-color: rgb(254,146,201); }
div.DivClassName
{
background-color: #FE92C9;
}
.BgClassName
{
background-color: #FE92C9;
}
</style>
border-color css
<style>
span { border-color: #FE92C9; }
span { border-color: rgb(254,146,201); }
td.TdClassName
{
border-color: #FE92C9;
}
.TagClassName
{
border-color: #FE92C9;
}
</style>