Shades of Tea Rose #FE92CA
Tints of Tea Rose #FE92CA
RGB
CMYK
RGB Variations
Color information
#FE92CA (or 0xFE92CA) is known color: Tea Rose. HEX triplet: FE, 92 and CA. RGB value is (254,146,202). Sum of RGB (Red+Green+Blue) = 254+146+202=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92CA is #016D35. Grayscale: #B8B8B8. Windows color (decimal): -93494 or 13275902. OLE color: 13275902.
HSL color Cylindrical-coordinate representation of color #FE92CA: hue angle of 328.89º 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 #FE92CA is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 202 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.00 |
| HSL | 328.89º | 0.98% | 0.78% | - |
| HSV(B) | 328.89º | 0.43% | 1% | - |
| XYZ | 61.81 | 45.89 | 61.48 | - |
| YUV | 184.68 | 137.78 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 202 | 0 | 0.43 | 0.20 | 0.00 | 328.89 | 0.98 | 0.78 |
| Hex | FE | 92 | CA | 0 | 2B | 14 | 0 | 149 | 62 | 4E |
| Octal | 376 | 222 | 312 | 0 | 53 | 24 | 0 | 511 | 142 | 116 |
| Binary | 11111110 | 10010010 | 11001010 | 0 | 101011 | 10100 | 0 | 101001001 | 1100010 | 1001110 |
Color Harmonies of #FE92CA
Complementary color
Monochromatic Colors of #FE92CA
Black with #FE92CA
Text Example
Text Example
White with #FE92CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE92CA; }
p { color: rgb(254,146,202); }
H1.HeaderClassName
{
color: #FE92CA;
}
.AnyTagClassName
{
color: #FE92CA;
}
</style>
background-color css
<style>
a { background-color: #FE92CA; }
a { background-color: rgb(254,146,202); }
div.DivClassName
{
background-color: #FE92CA;
}
.BgClassName
{
background-color: #FE92CA;
}
</style>
border-color css
<style>
span { border-color: #FE92CA; }
span { border-color: rgb(254,146,202); }
td.TdClassName
{
border-color: #FE92CA;
}
.TagClassName
{
border-color: #FE92CA;
}
</style>