Shades of Tea Rose #FB8FBE
Tints of Tea Rose #FB8FBE
RGB
CMYK
RGB Variations
Color information
#FB8FBE (or 0xFB8FBE) is known color: Tea Rose. HEX triplet: FB, 8F and BE. RGB value is (251,143,190). Sum of RGB (Red+Green+Blue) = 251+143+190=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FBE is #047041. Grayscale: #B4B4B4. Windows color (decimal): -290882 or 12488699. OLE color: 12488699.
HSL color Cylindrical-coordinate representation of color #FB8FBE: hue angle of 333.89º 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 #FB8FBE is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 190 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.02 |
| HSL | 333.89º | 0.93% | 0.77% | - |
| HSV(B) | 333.89º | 0.43% | 0.98% | - |
| XYZ | 58.9 | 43.87 | 54.08 | - |
| YUV | 180.65 | 133.28 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 190 | 0 | 0.43 | 0.24 | 0.02 | 333.89 | 0.93 | 0.77 |
| Hex | FB | 8F | BE | 0 | 2B | 18 | 2 | 14E | 5D | 4D |
| Octal | 373 | 217 | 276 | 0 | 53 | 30 | 2 | 516 | 135 | 115 |
| Binary | 11111011 | 10001111 | 10111110 | 0 | 101011 | 11000 | 10 | 101001110 | 1011101 | 1001101 |
Color Harmonies of #FB8FBE
Complementary color
Monochromatic Colors of #FB8FBE
Black with #FB8FBE
Text Example
Text Example
White with #FB8FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FBE; }
p { color: rgb(251,143,190); }
H1.HeaderClassName
{
color: #FB8FBE;
}
.AnyTagClassName
{
color: #FB8FBE;
}
</style>
background-color css
<style>
a { background-color: #FB8FBE; }
a { background-color: rgb(251,143,190); }
div.DivClassName
{
background-color: #FB8FBE;
}
.BgClassName
{
background-color: #FB8FBE;
}
</style>
border-color css
<style>
span { border-color: #FB8FBE; }
span { border-color: rgb(251,143,190); }
td.TdClassName
{
border-color: #FB8FBE;
}
.TagClassName
{
border-color: #FB8FBE;
}
</style>