Shades of Tea Rose #FE8BBB
Tints of Tea Rose #FE8BBB
RGB
CMYK
RGB Variations
Color information
#FE8BBB (or 0xFE8BBB) is known color: Tea Rose. HEX triplet: FE, 8B and BB. RGB value is (254,139,187). Sum of RGB (Red+Green+Blue) = 254+139+187=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BBB is #017444. Grayscale: #B2B2B2. Windows color (decimal): -95301 or 12291070. OLE color: 12291070.
HSL color Cylindrical-coordinate representation of color #FE8BBB: hue angle of 334.96º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8BBB is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 187 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.00 |
| HSL | 334.96º | 0.98% | 0.77% | - |
| HSV(B) | 334.96º | 0.45% | 1% | - |
| XYZ | 59.08 | 43.12 | 52.22 | - |
| YUV | 178.86 | 132.6 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 187 | 0 | 0.45 | 0.26 | 0.00 | 334.96 | 0.98 | 0.77 |
| Hex | FE | 8B | BB | 0 | 2D | 1A | 0 | 14F | 62 | 4D |
| Octal | 376 | 213 | 273 | 0 | 55 | 32 | 0 | 517 | 142 | 115 |
| Binary | 11111110 | 10001011 | 10111011 | 0 | 101101 | 11010 | 0 | 101001111 | 1100010 | 1001101 |
Color Harmonies of #FE8BBB
Complementary color
Monochromatic Colors of #FE8BBB
Black with #FE8BBB
Text Example
Text Example
White with #FE8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8BBB; }
p { color: rgb(254,139,187); }
H1.HeaderClassName
{
color: #FE8BBB;
}
.AnyTagClassName
{
color: #FE8BBB;
}
</style>
background-color css
<style>
a { background-color: #FE8BBB; }
a { background-color: rgb(254,139,187); }
div.DivClassName
{
background-color: #FE8BBB;
}
.BgClassName
{
background-color: #FE8BBB;
}
</style>
border-color css
<style>
span { border-color: #FE8BBB; }
span { border-color: rgb(254,139,187); }
td.TdClassName
{
border-color: #FE8BBB;
}
.TagClassName
{
border-color: #FE8BBB;
}
</style>