Shades of Tea Rose #FE8DCB
Tints of Tea Rose #FE8DCB
RGB
CMYK
RGB Variations
Color information
#FE8DCB (or 0xFE8DCB) is known color: Tea Rose. HEX triplet: FE, 8D and CB. RGB value is (254,141,203). Sum of RGB (Red+Green+Blue) = 254+141+203=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DCB is #017234. Grayscale: #B5B5B5. Windows color (decimal): -94773 or 13340158. OLE color: 13340158.
HSL color Cylindrical-coordinate representation of color #FE8DCB: hue angle of 327.08º 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 #FE8DCB is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 203 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.00 |
| HSL | 327.08º | 0.98% | 0.77% | - |
| HSV(B) | 327.08º | 0.44% | 1% | - |
| XYZ | 61.18 | 44.43 | 61.85 | - |
| YUV | 181.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 203 | 0 | 0.44 | 0.20 | 0.00 | 327.08 | 0.98 | 0.77 |
| Hex | FE | 8D | CB | 0 | 2C | 14 | 0 | 147 | 62 | 4D |
| Octal | 376 | 215 | 313 | 0 | 54 | 24 | 0 | 507 | 142 | 115 |
| Binary | 11111110 | 10001101 | 11001011 | 0 | 101100 | 10100 | 0 | 101000111 | 1100010 | 1001101 |
Color Harmonies of #FE8DCB
Complementary color
Monochromatic Colors of #FE8DCB
Black with #FE8DCB
Text Example
Text Example
White with #FE8DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DCB; }
p { color: rgb(254,141,203); }
H1.HeaderClassName
{
color: #FE8DCB;
}
.AnyTagClassName
{
color: #FE8DCB;
}
</style>
background-color css
<style>
a { background-color: #FE8DCB; }
a { background-color: rgb(254,141,203); }
div.DivClassName
{
background-color: #FE8DCB;
}
.BgClassName
{
background-color: #FE8DCB;
}
</style>
border-color css
<style>
span { border-color: #FE8DCB; }
span { border-color: rgb(254,141,203); }
td.TdClassName
{
border-color: #FE8DCB;
}
.TagClassName
{
border-color: #FE8DCB;
}
</style>