Shades of Tea Rose #FE8FBC
Tints of Tea Rose #FE8FBC
RGB
CMYK
RGB Variations
Color information
#FE8FBC (or 0xFE8FBC) is known color: Tea Rose. HEX triplet: FE, 8F and BC. RGB value is (254,143,188). Sum of RGB (Red+Green+Blue) = 254+143+188=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FBC is #017043. Grayscale: #B5B5B5. Windows color (decimal): -94276 or 12357630. OLE color: 12357630.
HSL color Cylindrical-coordinate representation of color #FE8FBC: hue angle of 335.68º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FBC is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 188 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.00 |
| HSL | 335.68º | 0.98% | 0.78% | - |
| HSV(B) | 335.68º | 0.44% | 1% | - |
| XYZ | 59.77 | 44.35 | 52.99 | - |
| YUV | 181.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 188 | 0 | 0.44 | 0.26 | 0.00 | 335.68 | 0.98 | 0.78 |
| Hex | FE | 8F | BC | 0 | 2C | 1A | 0 | 150 | 62 | 4E |
| Octal | 376 | 217 | 274 | 0 | 54 | 32 | 0 | 520 | 142 | 116 |
| Binary | 11111110 | 10001111 | 10111100 | 0 | 101100 | 11010 | 0 | 101010000 | 1100010 | 1001110 |
Color Harmonies of #FE8FBC
Complementary color
Monochromatic Colors of #FE8FBC
Black with #FE8FBC
Text Example
Text Example
White with #FE8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FBC; }
p { color: rgb(254,143,188); }
H1.HeaderClassName
{
color: #FE8FBC;
}
.AnyTagClassName
{
color: #FE8FBC;
}
</style>
background-color css
<style>
a { background-color: #FE8FBC; }
a { background-color: rgb(254,143,188); }
div.DivClassName
{
background-color: #FE8FBC;
}
.BgClassName
{
background-color: #FE8FBC;
}
</style>
border-color css
<style>
span { border-color: #FE8FBC; }
span { border-color: rgb(254,143,188); }
td.TdClassName
{
border-color: #FE8FBC;
}
.TagClassName
{
border-color: #FE8FBC;
}
</style>