Shades of Tea Rose #FE91CF
Tints of Tea Rose #FE91CF
RGB
CMYK
RGB Variations
Color information
#FE91CF (or 0xFE91CF) is known color: Tea Rose. HEX triplet: FE, 91 and CF. RGB value is (254,145,207). Sum of RGB (Red+Green+Blue) = 254+145+207=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91CF is #016E30. Grayscale: #B8B8B8. Windows color (decimal): -93745 or 13603326. OLE color: 13603326.
HSL color Cylindrical-coordinate representation of color #FE91CF: hue angle of 325.87º 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 #FE91CF is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 207 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.00 |
| HSL | 325.87º | 0.98% | 0.78% | - |
| HSV(B) | 325.87º | 0.43% | 1% | - |
| XYZ | 62.26 | 45.83 | 64.6 | - |
| YUV | 184.66 | 140.61 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 207 | 0 | 0.43 | 0.19 | 0.00 | 325.87 | 0.98 | 0.78 |
| Hex | FE | 91 | CF | 0 | 2B | 13 | 0 | 146 | 62 | 4E |
| Octal | 376 | 221 | 317 | 0 | 53 | 23 | 0 | 506 | 142 | 116 |
| Binary | 11111110 | 10010001 | 11001111 | 0 | 101011 | 10011 | 0 | 101000110 | 1100010 | 1001110 |
Color Harmonies of #FE91CF
Complementary color
Monochromatic Colors of #FE91CF
Black with #FE91CF
Text Example
Text Example
White with #FE91CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE91CF; }
p { color: rgb(254,145,207); }
H1.HeaderClassName
{
color: #FE91CF;
}
.AnyTagClassName
{
color: #FE91CF;
}
</style>
background-color css
<style>
a { background-color: #FE91CF; }
a { background-color: rgb(254,145,207); }
div.DivClassName
{
background-color: #FE91CF;
}
.BgClassName
{
background-color: #FE91CF;
}
</style>
border-color css
<style>
span { border-color: #FE91CF; }
span { border-color: rgb(254,145,207); }
td.TdClassName
{
border-color: #FE91CF;
}
.TagClassName
{
border-color: #FE91CF;
}
</style>