Shades of Salmon #FB897B
Tints of Salmon #FB897B
RGB
CMYK
RGB Variations
Color information
#FB897B (or 0xFB897B) is known color: Salmon. HEX triplet: FB, 89 and 7B. RGB value is (251,137,123). Sum of RGB (Red+Green+Blue) = 251+137+123=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB897B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB897B is #047684. Grayscale: #A9A9A9. Windows color (decimal): -292485 or 8096251. OLE color: 8096251.
HSL color Cylindrical-coordinate representation of color #FB897B: hue angle of 6.56º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB897B is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 123 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.02 |
| HSL | 6.56º | 0.94% | 0.73% | - |
| HSV(B) | 6.56º | 0.51% | 0.98% | - |
| XYZ | 52.3 | 39.83 | 23.67 | - |
| YUV | 169.49 | 101.77 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 123 | 0 | 0.45 | 0.51 | 0.02 | 6.56 | 0.94 | 0.73 |
| Hex | FB | 89 | 7B | 0 | 2D | 33 | 2 | 7 | 5E | 49 |
| Octal | 373 | 211 | 173 | 0 | 55 | 63 | 2 | 7 | 136 | 111 |
| Binary | 11111011 | 10001001 | 1111011 | 0 | 101101 | 110011 | 10 | 111 | 1011110 | 1001001 |
Color Harmonies of #FB897B
Complementary color
Monochromatic Colors of #FB897B
Black with #FB897B
Text Example
Text Example
White with #FB897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB897B; }
p { color: rgb(251,137,123); }
H1.HeaderClassName
{
color: #FB897B;
}
.AnyTagClassName
{
color: #FB897B;
}
</style>
background-color css
<style>
a { background-color: #FB897B; }
a { background-color: rgb(251,137,123); }
div.DivClassName
{
background-color: #FB897B;
}
.BgClassName
{
background-color: #FB897B;
}
</style>
border-color css
<style>
span { border-color: #FB897B; }
span { border-color: rgb(251,137,123); }
td.TdClassName
{
border-color: #FB897B;
}
.TagClassName
{
border-color: #FB897B;
}
</style>