Shades of Tea Rose #FE8DBD
Tints of Tea Rose #FE8DBD
RGB
CMYK
RGB Variations
Color information
#FE8DBD (or 0xFE8DBD) is known color: Tea Rose. HEX triplet: FE, 8D and BD. RGB value is (254,141,189). Sum of RGB (Red+Green+Blue) = 254+141+189=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DBD is #017242. Grayscale: #B4B4B4. Windows color (decimal): -94787 or 12422654. OLE color: 12422654.
HSL color Cylindrical-coordinate representation of color #FE8DBD: hue angle of 334.51º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8DBD is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 189 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.00 |
| HSL | 334.51º | 0.98% | 0.77% | - |
| HSV(B) | 334.51º | 0.44% | 1% | - |
| XYZ | 59.58 | 43.79 | 53.46 | - |
| YUV | 180.26 | 132.94 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 189 | 0 | 0.44 | 0.26 | 0.00 | 334.51 | 0.98 | 0.77 |
| Hex | FE | 8D | BD | 0 | 2C | 1A | 0 | 14F | 62 | 4D |
| Octal | 376 | 215 | 275 | 0 | 54 | 32 | 0 | 517 | 142 | 115 |
| Binary | 11111110 | 10001101 | 10111101 | 0 | 101100 | 11010 | 0 | 101001111 | 1100010 | 1001101 |
Color Harmonies of #FE8DBD
Complementary color
Monochromatic Colors of #FE8DBD
Black with #FE8DBD
Text Example
Text Example
White with #FE8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DBD; }
p { color: rgb(254,141,189); }
H1.HeaderClassName
{
color: #FE8DBD;
}
.AnyTagClassName
{
color: #FE8DBD;
}
</style>
background-color css
<style>
a { background-color: #FE8DBD; }
a { background-color: rgb(254,141,189); }
div.DivClassName
{
background-color: #FE8DBD;
}
.BgClassName
{
background-color: #FE8DBD;
}
</style>
border-color css
<style>
span { border-color: #FE8DBD; }
span { border-color: rgb(254,141,189); }
td.TdClassName
{
border-color: #FE8DBD;
}
.TagClassName
{
border-color: #FE8DBD;
}
</style>