Shades of Salmon #FB897C
Tints of Salmon #FB897C
RGB
CMYK
RGB Variations
Color information
#FB897C (or 0xFB897C) is known color: Salmon. HEX triplet: FB, 89 and 7C. RGB value is (251,137,124). Sum of RGB (Red+Green+Blue) = 251+137+124=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB897C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB897C is #047683. Grayscale: #A9A9A9. Windows color (decimal): -292484 or 8161787. OLE color: 8161787.
HSL color Cylindrical-coordinate representation of color #FB897C: hue angle of 6.14º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB897C is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 124 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.02 |
| HSL | 6.14º | 0.94% | 0.74% | - |
| HSV(B) | 6.14º | 0.51% | 0.98% | - |
| XYZ | 52.37 | 39.86 | 24 | - |
| YUV | 169.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 124 | 0 | 0.45 | 0.51 | 0.02 | 6.14 | 0.94 | 0.74 |
| Hex | FB | 89 | 7C | 0 | 2D | 33 | 2 | 6 | 5E | 4A |
| Octal | 373 | 211 | 174 | 0 | 55 | 63 | 2 | 6 | 136 | 112 |
| Binary | 11111011 | 10001001 | 1111100 | 0 | 101101 | 110011 | 10 | 110 | 1011110 | 1001010 |
Color Harmonies of #FB897C
Complementary color
Monochromatic Colors of #FB897C
Black with #FB897C
Text Example
Text Example
White with #FB897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB897C; }
p { color: rgb(251,137,124); }
H1.HeaderClassName
{
color: #FB897C;
}
.AnyTagClassName
{
color: #FB897C;
}
</style>
background-color css
<style>
a { background-color: #FB897C; }
a { background-color: rgb(251,137,124); }
div.DivClassName
{
background-color: #FB897C;
}
.BgClassName
{
background-color: #FB897C;
}
</style>
border-color css
<style>
span { border-color: #FB897C; }
span { border-color: rgb(251,137,124); }
td.TdClassName
{
border-color: #FB897C;
}
.TagClassName
{
border-color: #FB897C;
}
</style>