Shades of Tea Rose #FB91BD
Tints of Tea Rose #FB91BD
RGB
CMYK
RGB Variations
Color information
#FB91BD (or 0xFB91BD) is known color: Tea Rose. HEX triplet: FB, 91 and BD. RGB value is (251,145,189). Sum of RGB (Red+Green+Blue) = 251+145+189=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB91BD is #046E42. Grayscale: #B5B5B5. Windows color (decimal): -290371 or 12423675. OLE color: 12423675.
HSL color Cylindrical-coordinate representation of color #FB91BD: hue angle of 335.09º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB91BD is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 189 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.02 |
| HSL | 335.09º | 0.93% | 0.78% | - |
| HSV(B) | 335.09º | 0.42% | 0.98% | - |
| XYZ | 59.09 | 44.43 | 53.61 | - |
| YUV | 181.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 189 | 0 | 0.42 | 0.25 | 0.02 | 335.09 | 0.93 | 0.78 |
| Hex | FB | 91 | BD | 0 | 2A | 19 | 2 | 14F | 5D | 4E |
| Octal | 373 | 221 | 275 | 0 | 52 | 31 | 2 | 517 | 135 | 116 |
| Binary | 11111011 | 10010001 | 10111101 | 0 | 101010 | 11001 | 10 | 101001111 | 1011101 | 1001110 |
Color Harmonies of #FB91BD
Complementary color
Monochromatic Colors of #FB91BD
Black with #FB91BD
Text Example
Text Example
White with #FB91BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB91BD; }
p { color: rgb(251,145,189); }
H1.HeaderClassName
{
color: #FB91BD;
}
.AnyTagClassName
{
color: #FB91BD;
}
</style>
background-color css
<style>
a { background-color: #FB91BD; }
a { background-color: rgb(251,145,189); }
div.DivClassName
{
background-color: #FB91BD;
}
.BgClassName
{
background-color: #FB91BD;
}
</style>
border-color css
<style>
span { border-color: #FB91BD; }
span { border-color: rgb(251,145,189); }
td.TdClassName
{
border-color: #FB91BD;
}
.TagClassName
{
border-color: #FB91BD;
}
</style>