Shades of Tea Rose #FE87BB
Tints of Tea Rose #FE87BB
RGB
CMYK
RGB Variations
Color information
#FE87BB (or 0xFE87BB) is known color: Tea Rose. HEX triplet: FE, 87 and BB. RGB value is (254,135,187). Sum of RGB (Red+Green+Blue) = 254+135+187=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 135 (53.12% from 255 or 23.44% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87BB is #017844. Grayscale: #B0B0B0. Windows color (decimal): -96325 or 12290046. OLE color: 12290046.
HSL color Cylindrical-coordinate representation of color #FE87BB: hue angle of 333.78º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE87BB is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 187 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.00 |
| HSL | 333.78º | 0.98% | 0.76% | - |
| HSV(B) | 333.78º | 0.47% | 1% | - |
| XYZ | 58.51 | 41.99 | 52.03 | - |
| YUV | 176.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 187 | 0 | 0.47 | 0.26 | 0.00 | 333.78 | 0.98 | 0.76 |
| Hex | FE | 87 | BB | 0 | 2F | 1A | 0 | 14E | 62 | 4C |
| Octal | 376 | 207 | 273 | 0 | 57 | 32 | 0 | 516 | 142 | 114 |
| Binary | 11111110 | 10000111 | 10111011 | 0 | 101111 | 11010 | 0 | 101001110 | 1100010 | 1001100 |
Color Harmonies of #FE87BB
Complementary color
Monochromatic Colors of #FE87BB
Black with #FE87BB
Text Example
Text Example
White with #FE87BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE87BB; }
p { color: rgb(254,135,187); }
H1.HeaderClassName
{
color: #FE87BB;
}
.AnyTagClassName
{
color: #FE87BB;
}
</style>
background-color css
<style>
a { background-color: #FE87BB; }
a { background-color: rgb(254,135,187); }
div.DivClassName
{
background-color: #FE87BB;
}
.BgClassName
{
background-color: #FE87BB;
}
</style>
border-color css
<style>
span { border-color: #FE87BB; }
span { border-color: rgb(254,135,187); }
td.TdClassName
{
border-color: #FE87BB;
}
.TagClassName
{
border-color: #FE87BB;
}
</style>