Shades of Tea Rose #FB8EC0
Tints of Tea Rose #FB8EC0
RGB
CMYK
RGB Variations
Color information
#FB8EC0 (or 0xFB8EC0) is known color: Tea Rose. HEX triplet: FB, 8E and C0. RGB value is (251,142,192). Sum of RGB (Red+Green+Blue) = 251+142+192=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8EC0 is #04713F. Grayscale: #B4B4B4. Windows color (decimal): -291136 or 12619515. OLE color: 12619515.
HSL color Cylindrical-coordinate representation of color #FB8EC0: hue angle of 332.48º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8EC0 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 192 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.02 |
| HSL | 332.48º | 0.93% | 0.77% | - |
| HSV(B) | 332.48º | 0.43% | 0.98% | - |
| XYZ | 58.97 | 43.66 | 55.19 | - |
| YUV | 180.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 192 | 0 | 0.43 | 0.24 | 0.02 | 332.48 | 0.93 | 0.77 |
| Hex | FB | 8E | C0 | 0 | 2B | 18 | 2 | 14C | 5D | 4D |
| Octal | 373 | 216 | 300 | 0 | 53 | 30 | 2 | 514 | 135 | 115 |
| Binary | 11111011 | 10001110 | 11000000 | 0 | 101011 | 11000 | 10 | 101001100 | 1011101 | 1001101 |
Color Harmonies of #FB8EC0
Complementary color
Monochromatic Colors of #FB8EC0
Black with #FB8EC0
Text Example
Text Example
White with #FB8EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8EC0; }
p { color: rgb(251,142,192); }
H1.HeaderClassName
{
color: #FB8EC0;
}
.AnyTagClassName
{
color: #FB8EC0;
}
</style>
background-color css
<style>
a { background-color: #FB8EC0; }
a { background-color: rgb(251,142,192); }
div.DivClassName
{
background-color: #FB8EC0;
}
.BgClassName
{
background-color: #FB8EC0;
}
</style>
border-color css
<style>
span { border-color: #FB8EC0; }
span { border-color: rgb(251,142,192); }
td.TdClassName
{
border-color: #FB8EC0;
}
.TagClassName
{
border-color: #FB8EC0;
}
</style>