Shades of Tea Rose #FE8CBD
Tints of Tea Rose #FE8CBD
RGB
CMYK
RGB Variations
Color information
#FE8CBD (or 0xFE8CBD) is known color: Tea Rose. HEX triplet: FE, 8C and BD. RGB value is (254,140,189). Sum of RGB (Red+Green+Blue) = 254+140+189=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8CBD is #017342. Grayscale: #B3B3B3. Windows color (decimal): -95043 or 12422398. OLE color: 12422398.
HSL color Cylindrical-coordinate representation of color #FE8CBD: hue angle of 334.21º 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 #FE8CBD is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 189 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.00 |
| HSL | 334.21º | 0.98% | 0.77% | - |
| HSV(B) | 334.21º | 0.45% | 1% | - |
| XYZ | 59.44 | 43.5 | 53.41 | - |
| YUV | 179.67 | 133.27 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 189 | 0 | 0.45 | 0.26 | 0.00 | 334.21 | 0.98 | 0.77 |
| Hex | FE | 8C | BD | 0 | 2D | 1A | 0 | 14E | 62 | 4D |
| Octal | 376 | 214 | 275 | 0 | 55 | 32 | 0 | 516 | 142 | 115 |
| Binary | 11111110 | 10001100 | 10111101 | 0 | 101101 | 11010 | 0 | 101001110 | 1100010 | 1001101 |
Color Harmonies of #FE8CBD
Complementary color
Monochromatic Colors of #FE8CBD
Black with #FE8CBD
Text Example
Text Example
White with #FE8CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CBD; }
p { color: rgb(254,140,189); }
H1.HeaderClassName
{
color: #FE8CBD;
}
.AnyTagClassName
{
color: #FE8CBD;
}
</style>
background-color css
<style>
a { background-color: #FE8CBD; }
a { background-color: rgb(254,140,189); }
div.DivClassName
{
background-color: #FE8CBD;
}
.BgClassName
{
background-color: #FE8CBD;
}
</style>
border-color css
<style>
span { border-color: #FE8CBD; }
span { border-color: rgb(254,140,189); }
td.TdClassName
{
border-color: #FE8CBD;
}
.TagClassName
{
border-color: #FE8CBD;
}
</style>