Shades of Tea Rose #FE8BC8
Tints of Tea Rose #FE8BC8
RGB
CMYK
RGB Variations
Color information
#FE8BC8 (or 0xFE8BC8) is known color: Tea Rose. HEX triplet: FE, 8B and C8. RGB value is (254,139,200). Sum of RGB (Red+Green+Blue) = 254+139+200=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BC8 is #017437. Grayscale: #B4B4B4. Windows color (decimal): -95288 or 13143038. OLE color: 13143038.
HSL color Cylindrical-coordinate representation of color #FE8BC8: hue angle of 328.17º 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 #FE8BC8 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 200 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.00 |
| HSL | 328.17º | 0.98% | 0.77% | - |
| HSV(B) | 328.17º | 0.45% | 1% | - |
| XYZ | 60.53 | 43.71 | 59.89 | - |
| YUV | 180.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 200 | 0 | 0.45 | 0.21 | 0.00 | 328.17 | 0.98 | 0.77 |
| Hex | FE | 8B | C8 | 0 | 2D | 15 | 0 | 148 | 62 | 4D |
| Octal | 376 | 213 | 310 | 0 | 55 | 25 | 0 | 510 | 142 | 115 |
| Binary | 11111110 | 10001011 | 11001000 | 0 | 101101 | 10101 | 0 | 101001000 | 1100010 | 1001101 |
Color Harmonies of #FE8BC8
Complementary color
Monochromatic Colors of #FE8BC8
Black with #FE8BC8
Text Example
Text Example
White with #FE8BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8BC8; }
p { color: rgb(254,139,200); }
H1.HeaderClassName
{
color: #FE8BC8;
}
.AnyTagClassName
{
color: #FE8BC8;
}
</style>
background-color css
<style>
a { background-color: #FE8BC8; }
a { background-color: rgb(254,139,200); }
div.DivClassName
{
background-color: #FE8BC8;
}
.BgClassName
{
background-color: #FE8BC8;
}
</style>
border-color css
<style>
span { border-color: #FE8BC8; }
span { border-color: rgb(254,139,200); }
td.TdClassName
{
border-color: #FE8BC8;
}
.TagClassName
{
border-color: #FE8BC8;
}
</style>