Shades of Tea Rose #FE91D0
Tints of Tea Rose #FE91D0
RGB
CMYK
RGB Variations
Color information
#FE91D0 (or 0xFE91D0) is known color: Tea Rose. HEX triplet: FE, 91 and D0. RGB value is (254,145,208). Sum of RGB (Red+Green+Blue) = 254+145+208=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91D0 is #016E2F. Grayscale: #B8B8B8. Windows color (decimal): -93744 or 13668862. OLE color: 13668862.
HSL color Cylindrical-coordinate representation of color #FE91D0: hue angle of 325.32º 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 #FE91D0 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 208 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.00 |
| HSL | 325.32º | 0.98% | 0.78% | - |
| HSV(B) | 325.32º | 0.43% | 1% | - |
| XYZ | 62.38 | 45.88 | 65.24 | - |
| YUV | 184.77 | 141.11 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 208 | 0 | 0.43 | 0.18 | 0.00 | 325.32 | 0.98 | 0.78 |
| Hex | FE | 91 | D0 | 0 | 2B | 12 | 0 | 145 | 62 | 4E |
| Octal | 376 | 221 | 320 | 0 | 53 | 22 | 0 | 505 | 142 | 116 |
| Binary | 11111110 | 10010001 | 11010000 | 0 | 101011 | 10010 | 0 | 101000101 | 1100010 | 1001110 |
Color Harmonies of #FE91D0
Complementary color
Monochromatic Colors of #FE91D0
Black with #FE91D0
Text Example
Text Example
White with #FE91D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE91D0; }
p { color: rgb(254,145,208); }
H1.HeaderClassName
{
color: #FE91D0;
}
.AnyTagClassName
{
color: #FE91D0;
}
</style>
background-color css
<style>
a { background-color: #FE91D0; }
a { background-color: rgb(254,145,208); }
div.DivClassName
{
background-color: #FE91D0;
}
.BgClassName
{
background-color: #FE91D0;
}
</style>
border-color css
<style>
span { border-color: #FE91D0; }
span { border-color: rgb(254,145,208); }
td.TdClassName
{
border-color: #FE91D0;
}
.TagClassName
{
border-color: #FE91D0;
}
</style>