Shades of Tea Rose #FB8DBA
Tints of Tea Rose #FB8DBA
RGB
CMYK
RGB Variations
Color information
#FB8DBA (or 0xFB8DBA) is known color: Tea Rose. HEX triplet: FB, 8D and BA. RGB value is (251,141,186). Sum of RGB (Red+Green+Blue) = 251+141+186=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DBA is #047245. Grayscale: #B2B2B2. Windows color (decimal): -291398 or 12226043. OLE color: 12226043.
HSL color Cylindrical-coordinate representation of color #FB8DBA: hue angle of 335.45º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8DBA is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 186 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.02 |
| HSL | 335.45º | 0.93% | 0.77% | - |
| HSV(B) | 335.45º | 0.44% | 0.98% | - |
| XYZ | 58.17 | 43.1 | 51.71 | - |
| YUV | 179.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 186 | 0 | 0.44 | 0.26 | 0.02 | 335.45 | 0.93 | 0.77 |
| Hex | FB | 8D | BA | 0 | 2C | 1A | 2 | 14F | 5D | 4D |
| Octal | 373 | 215 | 272 | 0 | 54 | 32 | 2 | 517 | 135 | 115 |
| Binary | 11111011 | 10001101 | 10111010 | 0 | 101100 | 11010 | 10 | 101001111 | 1011101 | 1001101 |
Color Harmonies of #FB8DBA
Complementary color
Monochromatic Colors of #FB8DBA
Black with #FB8DBA
Text Example
Text Example
White with #FB8DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DBA; }
p { color: rgb(251,141,186); }
H1.HeaderClassName
{
color: #FB8DBA;
}
.AnyTagClassName
{
color: #FB8DBA;
}
</style>
background-color css
<style>
a { background-color: #FB8DBA; }
a { background-color: rgb(251,141,186); }
div.DivClassName
{
background-color: #FB8DBA;
}
.BgClassName
{
background-color: #FB8DBA;
}
</style>
border-color css
<style>
span { border-color: #FB8DBA; }
span { border-color: rgb(251,141,186); }
td.TdClassName
{
border-color: #FB8DBA;
}
.TagClassName
{
border-color: #FB8DBA;
}
</style>