Shades of Tea Rose #FE8CBB
Tints of Tea Rose #FE8CBB
RGB
CMYK
RGB Variations
Color information
#FE8CBB (or 0xFE8CBB) is known color: Tea Rose. HEX triplet: FE, 8C and BB. RGB value is (254,140,187). Sum of RGB (Red+Green+Blue) = 254+140+187=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8CBB is #017344. Grayscale: #B3B3B3. Windows color (decimal): -95045 or 12291326. OLE color: 12291326.
HSL color Cylindrical-coordinate representation of color #FE8CBB: hue angle of 335.26º 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 #FE8CBB is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 187 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.00 |
| HSL | 335.26º | 0.98% | 0.77% | - |
| HSV(B) | 335.26º | 0.45% | 1% | - |
| XYZ | 59.22 | 43.41 | 52.27 | - |
| YUV | 179.44 | 132.27 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 187 | 0 | 0.45 | 0.26 | 0.00 | 335.26 | 0.98 | 0.77 |
| Hex | FE | 8C | BB | 0 | 2D | 1A | 0 | 14F | 62 | 4D |
| Octal | 376 | 214 | 273 | 0 | 55 | 32 | 0 | 517 | 142 | 115 |
| Binary | 11111110 | 10001100 | 10111011 | 0 | 101101 | 11010 | 0 | 101001111 | 1100010 | 1001101 |
Color Harmonies of #FE8CBB
Complementary color
Monochromatic Colors of #FE8CBB
Black with #FE8CBB
Text Example
Text Example
White with #FE8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CBB; }
p { color: rgb(254,140,187); }
H1.HeaderClassName
{
color: #FE8CBB;
}
.AnyTagClassName
{
color: #FE8CBB;
}
</style>
background-color css
<style>
a { background-color: #FE8CBB; }
a { background-color: rgb(254,140,187); }
div.DivClassName
{
background-color: #FE8CBB;
}
.BgClassName
{
background-color: #FE8CBB;
}
</style>
border-color css
<style>
span { border-color: #FE8CBB; }
span { border-color: rgb(254,140,187); }
td.TdClassName
{
border-color: #FE8CBB;
}
.TagClassName
{
border-color: #FE8CBB;
}
</style>