Shades of Salmon #FB897E
Tints of Salmon #FB897E
RGB
CMYK
RGB Variations
Color information
#FB897E (or 0xFB897E) is known color: Salmon. HEX triplet: FB, 89 and 7E. RGB value is (251,137,126). Sum of RGB (Red+Green+Blue) = 251+137+126=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB897E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB897E is #047681. Grayscale: #A9A9A9. Windows color (decimal): -292482 or 8292859. OLE color: 8292859.
HSL color Cylindrical-coordinate representation of color #FB897E: hue angle of 5.28º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB897E is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 126 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.02 |
| HSL | 5.28º | 0.94% | 0.74% | - |
| HSV(B) | 5.28º | 0.5% | 0.98% | - |
| XYZ | 52.5 | 39.91 | 24.67 | - |
| YUV | 169.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 126 | 0 | 0.45 | 0.50 | 0.02 | 5.28 | 0.94 | 0.74 |
| Hex | FB | 89 | 7E | 0 | 2D | 32 | 2 | 5 | 5E | 4A |
| Octal | 373 | 211 | 176 | 0 | 55 | 62 | 2 | 5 | 136 | 112 |
| Binary | 11111011 | 10001001 | 1111110 | 0 | 101101 | 110010 | 10 | 101 | 1011110 | 1001010 |
Color Harmonies of #FB897E
Complementary color
Monochromatic Colors of #FB897E
Black with #FB897E
Text Example
Text Example
White with #FB897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB897E; }
p { color: rgb(251,137,126); }
H1.HeaderClassName
{
color: #FB897E;
}
.AnyTagClassName
{
color: #FB897E;
}
</style>
background-color css
<style>
a { background-color: #FB897E; }
a { background-color: rgb(251,137,126); }
div.DivClassName
{
background-color: #FB897E;
}
.BgClassName
{
background-color: #FB897E;
}
</style>
border-color css
<style>
span { border-color: #FB897E; }
span { border-color: rgb(251,137,126); }
td.TdClassName
{
border-color: #FB897E;
}
.TagClassName
{
border-color: #FB897E;
}
</style>