Shades of Tea Rose #FB8CB9
Tints of Tea Rose #FB8CB9
RGB
CMYK
RGB Variations
Color information
#FB8CB9 (or 0xFB8CB9) is known color: Tea Rose. HEX triplet: FB, 8C and B9. RGB value is (251,140,185). Sum of RGB (Red+Green+Blue) = 251+140+185=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CB9 is #047346. Grayscale: #B2B2B2. Windows color (decimal): -291655 or 12160251. OLE color: 12160251.
HSL color Cylindrical-coordinate representation of color #FB8CB9: hue angle of 335.68º 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 #FB8CB9 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 185 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.02 |
| HSL | 335.68º | 0.93% | 0.77% | - |
| HSV(B) | 335.68º | 0.44% | 0.98% | - |
| XYZ | 57.92 | 42.77 | 51.1 | - |
| YUV | 178.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 185 | 0 | 0.44 | 0.26 | 0.02 | 335.68 | 0.93 | 0.77 |
| Hex | FB | 8C | B9 | 0 | 2C | 1A | 2 | 150 | 5D | 4D |
| Octal | 373 | 214 | 271 | 0 | 54 | 32 | 2 | 520 | 135 | 115 |
| Binary | 11111011 | 10001100 | 10111001 | 0 | 101100 | 11010 | 10 | 101010000 | 1011101 | 1001101 |
Color Harmonies of #FB8CB9
Complementary color
Monochromatic Colors of #FB8CB9
Black with #FB8CB9
Text Example
Text Example
White with #FB8CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CB9; }
p { color: rgb(251,140,185); }
H1.HeaderClassName
{
color: #FB8CB9;
}
.AnyTagClassName
{
color: #FB8CB9;
}
</style>
background-color css
<style>
a { background-color: #FB8CB9; }
a { background-color: rgb(251,140,185); }
div.DivClassName
{
background-color: #FB8CB9;
}
.BgClassName
{
background-color: #FB8CB9;
}
</style>
border-color css
<style>
span { border-color: #FB8CB9; }
span { border-color: rgb(251,140,185); }
td.TdClassName
{
border-color: #FB8CB9;
}
.TagClassName
{
border-color: #FB8CB9;
}
</style>