Shades of Tea Rose #FB8ECE
Tints of Tea Rose #FB8ECE
RGB
CMYK
RGB Variations
Color information
#FB8ECE (or 0xFB8ECE) is known color: Tea Rose. HEX triplet: FB, 8E and CE. RGB value is (251,142,206). Sum of RGB (Red+Green+Blue) = 251+142+206=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 142 (55.86% from 255 or 23.71% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8ECE is #047131. Grayscale: #B5B5B5. Windows color (decimal): -291122 or 13537019. OLE color: 13537019.
HSL color Cylindrical-coordinate representation of color #FB8ECE: hue angle of 324.77º 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 #FB8ECE is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 206 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.02 |
| HSL | 324.77º | 0.93% | 0.77% | - |
| HSV(B) | 324.77º | 0.43% | 0.98% | - |
| XYZ | 60.6 | 44.31 | 63.75 | - |
| YUV | 181.89 | 141.61 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 206 | 0 | 0.43 | 0.18 | 0.02 | 324.77 | 0.93 | 0.77 |
| Hex | FB | 8E | CE | 0 | 2B | 12 | 2 | 145 | 5D | 4D |
| Octal | 373 | 216 | 316 | 0 | 53 | 22 | 2 | 505 | 135 | 115 |
| Binary | 11111011 | 10001110 | 11001110 | 0 | 101011 | 10010 | 10 | 101000101 | 1011101 | 1001101 |
Color Harmonies of #FB8ECE
Complementary color
Monochromatic Colors of #FB8ECE
Black with #FB8ECE
Text Example
Text Example
White with #FB8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8ECE; }
p { color: rgb(251,142,206); }
H1.HeaderClassName
{
color: #FB8ECE;
}
.AnyTagClassName
{
color: #FB8ECE;
}
</style>
background-color css
<style>
a { background-color: #FB8ECE; }
a { background-color: rgb(251,142,206); }
div.DivClassName
{
background-color: #FB8ECE;
}
.BgClassName
{
background-color: #FB8ECE;
}
</style>
border-color css
<style>
span { border-color: #FB8ECE; }
span { border-color: rgb(251,142,206); }
td.TdClassName
{
border-color: #FB8ECE;
}
.TagClassName
{
border-color: #FB8ECE;
}
</style>