Shades of Tea Rose #FE8CBF
Tints of Tea Rose #FE8CBF
RGB
CMYK
RGB Variations
Color information
#FE8CBF (or 0xFE8CBF) is known color: Tea Rose. HEX triplet: FE, 8C and BF. RGB value is (254,140,191). Sum of RGB (Red+Green+Blue) = 254+140+191=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8CBF is #017340. Grayscale: #B3B3B3. Windows color (decimal): -95041 or 12553470. OLE color: 12553470.
HSL color Cylindrical-coordinate representation of color #FE8CBF: hue angle of 333.16º 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 #FE8CBF is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 191 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.00 |
| HSL | 333.16º | 0.98% | 0.77% | - |
| HSV(B) | 333.16º | 0.45% | 1% | - |
| XYZ | 59.66 | 43.59 | 54.56 | - |
| YUV | 179.9 | 134.27 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 191 | 0 | 0.45 | 0.25 | 0.00 | 333.16 | 0.98 | 0.77 |
| Hex | FE | 8C | BF | 0 | 2D | 19 | 0 | 14D | 62 | 4D |
| Octal | 376 | 214 | 277 | 0 | 55 | 31 | 0 | 515 | 142 | 115 |
| Binary | 11111110 | 10001100 | 10111111 | 0 | 101101 | 11001 | 0 | 101001101 | 1100010 | 1001101 |
Color Harmonies of #FE8CBF
Complementary color
Monochromatic Colors of #FE8CBF
Black with #FE8CBF
Text Example
Text Example
White with #FE8CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CBF; }
p { color: rgb(254,140,191); }
H1.HeaderClassName
{
color: #FE8CBF;
}
.AnyTagClassName
{
color: #FE8CBF;
}
</style>
background-color css
<style>
a { background-color: #FE8CBF; }
a { background-color: rgb(254,140,191); }
div.DivClassName
{
background-color: #FE8CBF;
}
.BgClassName
{
background-color: #FE8CBF;
}
</style>
border-color css
<style>
span { border-color: #FE8CBF; }
span { border-color: rgb(254,140,191); }
td.TdClassName
{
border-color: #FE8CBF;
}
.TagClassName
{
border-color: #FE8CBF;
}
</style>