Shades of Tea Rose #FE92C3
Tints of Tea Rose #FE92C3
RGB
CMYK
RGB Variations
Color information
#FE92C3 (or 0xFE92C3) is known color: Tea Rose. HEX triplet: FE, 92 and C3. RGB value is (254,146,195). Sum of RGB (Red+Green+Blue) = 254+146+195=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92C3 is #016D3C. Grayscale: #B7B7B7. Windows color (decimal): -93501 or 12817150. OLE color: 12817150.
HSL color Cylindrical-coordinate representation of color #FE92C3: hue angle of 332.78º 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 #FE92C3 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 195 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.00 |
| HSL | 332.78º | 0.98% | 0.78% | - |
| HSV(B) | 332.78º | 0.43% | 1% | - |
| XYZ | 61 | 45.57 | 57.21 | - |
| YUV | 183.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 195 | 0 | 0.43 | 0.23 | 0.00 | 332.78 | 0.98 | 0.78 |
| Hex | FE | 92 | C3 | 0 | 2B | 17 | 0 | 14D | 62 | 4E |
| Octal | 376 | 222 | 303 | 0 | 53 | 27 | 0 | 515 | 142 | 116 |
| Binary | 11111110 | 10010010 | 11000011 | 0 | 101011 | 10111 | 0 | 101001101 | 1100010 | 1001110 |
Color Harmonies of #FE92C3
Complementary color
Monochromatic Colors of #FE92C3
Black with #FE92C3
Text Example
Text Example
White with #FE92C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE92C3; }
p { color: rgb(254,146,195); }
H1.HeaderClassName
{
color: #FE92C3;
}
.AnyTagClassName
{
color: #FE92C3;
}
</style>
background-color css
<style>
a { background-color: #FE92C3; }
a { background-color: rgb(254,146,195); }
div.DivClassName
{
background-color: #FE92C3;
}
.BgClassName
{
background-color: #FE92C3;
}
</style>
border-color css
<style>
span { border-color: #FE92C3; }
span { border-color: rgb(254,146,195); }
td.TdClassName
{
border-color: #FE92C3;
}
.TagClassName
{
border-color: #FE92C3;
}
</style>