Shades of Tea Rose #FB8CBB
Tints of Tea Rose #FB8CBB
RGB
CMYK
RGB Variations
Color information
#FB8CBB (or 0xFB8CBB) is known color: Tea Rose. HEX triplet: FB, 8C and BB. RGB value is (251,140,187). Sum of RGB (Red+Green+Blue) = 251+140+187=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CBB is #047344. Grayscale: #B2B2B2. Windows color (decimal): -291653 or 12291323. OLE color: 12291323.
HSL color Cylindrical-coordinate representation of color #FB8CBB: hue angle of 334.59º 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 #FB8CBB is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 187 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.02 |
| HSL | 334.59º | 0.93% | 0.77% | - |
| HSV(B) | 334.59º | 0.44% | 0.98% | - |
| XYZ | 58.13 | 42.85 | 52.22 | - |
| YUV | 178.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 187 | 0 | 0.44 | 0.25 | 0.02 | 334.59 | 0.93 | 0.77 |
| Hex | FB | 8C | BB | 0 | 2C | 19 | 2 | 14F | 5D | 4D |
| Octal | 373 | 214 | 273 | 0 | 54 | 31 | 2 | 517 | 135 | 115 |
| Binary | 11111011 | 10001100 | 10111011 | 0 | 101100 | 11001 | 10 | 101001111 | 1011101 | 1001101 |
Color Harmonies of #FB8CBB
Complementary color
Monochromatic Colors of #FB8CBB
Black with #FB8CBB
Text Example
Text Example
White with #FB8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CBB; }
p { color: rgb(251,140,187); }
H1.HeaderClassName
{
color: #FB8CBB;
}
.AnyTagClassName
{
color: #FB8CBB;
}
</style>
background-color css
<style>
a { background-color: #FB8CBB; }
a { background-color: rgb(251,140,187); }
div.DivClassName
{
background-color: #FB8CBB;
}
.BgClassName
{
background-color: #FB8CBB;
}
</style>
border-color css
<style>
span { border-color: #FB8CBB; }
span { border-color: rgb(251,140,187); }
td.TdClassName
{
border-color: #FB8CBB;
}
.TagClassName
{
border-color: #FB8CBB;
}
</style>