Shades of Salmon #FB8A7B
Tints of Salmon #FB8A7B
RGB
CMYK
RGB Variations
Color information
#FB8A7B (or 0xFB8A7B) is known color: Salmon. HEX triplet: FB, 8A and 7B. RGB value is (251,138,123). Sum of RGB (Red+Green+Blue) = 251+138+123=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8A7B is #047584. Grayscale: #AAAAAA. Windows color (decimal): -292229 or 8096507. OLE color: 8096507.
HSL color Cylindrical-coordinate representation of color #FB8A7B: hue angle of 7.03º 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 #FB8A7B is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 123 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.02 |
| HSL | 7.03º | 0.94% | 0.73% | - |
| HSV(B) | 7.03º | 0.51% | 0.98% | - |
| XYZ | 52.45 | 40.12 | 23.72 | - |
| YUV | 170.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 123 | 0 | 0.45 | 0.51 | 0.02 | 7.03 | 0.94 | 0.73 |
| Hex | FB | 8A | 7B | 0 | 2D | 33 | 2 | 7 | 5E | 49 |
| Octal | 373 | 212 | 173 | 0 | 55 | 63 | 2 | 7 | 136 | 111 |
| Binary | 11111011 | 10001010 | 1111011 | 0 | 101101 | 110011 | 10 | 111 | 1011110 | 1001001 |
Color Harmonies of #FB8A7B
Complementary color
Monochromatic Colors of #FB8A7B
Black with #FB8A7B
Text Example
Text Example
White with #FB8A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8A7B; }
p { color: rgb(251,138,123); }
H1.HeaderClassName
{
color: #FB8A7B;
}
.AnyTagClassName
{
color: #FB8A7B;
}
</style>
background-color css
<style>
a { background-color: #FB8A7B; }
a { background-color: rgb(251,138,123); }
div.DivClassName
{
background-color: #FB8A7B;
}
.BgClassName
{
background-color: #FB8A7B;
}
</style>
border-color css
<style>
span { border-color: #FB8A7B; }
span { border-color: rgb(251,138,123); }
td.TdClassName
{
border-color: #FB8A7B;
}
.TagClassName
{
border-color: #FB8A7B;
}
</style>