Shades of Tea Rose #FE8BC0
Tints of Tea Rose #FE8BC0
RGB
CMYK
RGB Variations
Color information
#FE8BC0 (or 0xFE8BC0) is known color: Tea Rose. HEX triplet: FE, 8B and C0. RGB value is (254,139,192). Sum of RGB (Red+Green+Blue) = 254+139+192=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BC0 is #01743F. Grayscale: #B3B3B3. Windows color (decimal): -95296 or 12618750. OLE color: 12618750.
HSL color Cylindrical-coordinate representation of color #FE8BC0: hue angle of 332.35º 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 #FE8BC0 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 192 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.00 |
| HSL | 332.35º | 0.98% | 0.77% | - |
| HSV(B) | 332.35º | 0.45% | 1% | - |
| XYZ | 59.62 | 43.34 | 55.09 | - |
| YUV | 179.43 | 135.1 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 192 | 0 | 0.45 | 0.24 | 0.00 | 332.35 | 0.98 | 0.77 |
| Hex | FE | 8B | C0 | 0 | 2D | 18 | 0 | 14C | 62 | 4D |
| Octal | 376 | 213 | 300 | 0 | 55 | 30 | 0 | 514 | 142 | 115 |
| Binary | 11111110 | 10001011 | 11000000 | 0 | 101101 | 11000 | 0 | 101001100 | 1100010 | 1001101 |
Color Harmonies of #FE8BC0
Complementary color
Monochromatic Colors of #FE8BC0
Black with #FE8BC0
Text Example
Text Example
White with #FE8BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8BC0; }
p { color: rgb(254,139,192); }
H1.HeaderClassName
{
color: #FE8BC0;
}
.AnyTagClassName
{
color: #FE8BC0;
}
</style>
background-color css
<style>
a { background-color: #FE8BC0; }
a { background-color: rgb(254,139,192); }
div.DivClassName
{
background-color: #FE8BC0;
}
.BgClassName
{
background-color: #FE8BC0;
}
</style>
border-color css
<style>
span { border-color: #FE8BC0; }
span { border-color: rgb(254,139,192); }
td.TdClassName
{
border-color: #FE8BC0;
}
.TagClassName
{
border-color: #FE8BC0;
}
</style>