Shades of Salmon #FB7E6C
Tints of Salmon #FB7E6C
RGB
CMYK
RGB Variations
Color information
#FB7E6C (or 0xFB7E6C) is known color: Salmon. HEX triplet: FB, 7E and 6C. RGB value is (251,126,108). Sum of RGB (Red+Green+Blue) = 251+126+108=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7E6C is #048193. Grayscale: #A1A1A1. Windows color (decimal): -295316 or 7110395. OLE color: 7110395.
HSL color Cylindrical-coordinate representation of color #FB7E6C: hue angle of 7.55º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB7E6C is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 126 | 108 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.02 |
| HSL | 7.55º | 0.95% | 0.7% | - |
| HSV(B) | 7.55º | 0.57% | 0.98% | - |
| XYZ | 49.95 | 36.51 | 18.6 | - |
| YUV | 161.32 | 97.91 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 126 | 108 | 0 | 0.50 | 0.57 | 0.02 | 7.55 | 0.95 | 0.7 |
| Hex | FB | 7E | 6C | 0 | 32 | 39 | 2 | 8 | 5F | 46 |
| Octal | 373 | 176 | 154 | 0 | 62 | 71 | 2 | 10 | 137 | 106 |
| Binary | 11111011 | 1111110 | 1101100 | 0 | 110010 | 111001 | 10 | 1000 | 1011111 | 1000110 |
Color Harmonies of #FB7E6C
Complementary color
Monochromatic Colors of #FB7E6C
Black with #FB7E6C
Text Example
Text Example
White with #FB7E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7E6C; }
p { color: rgb(251,126,108); }
H1.HeaderClassName
{
color: #FB7E6C;
}
.AnyTagClassName
{
color: #FB7E6C;
}
</style>
background-color css
<style>
a { background-color: #FB7E6C; }
a { background-color: rgb(251,126,108); }
div.DivClassName
{
background-color: #FB7E6C;
}
.BgClassName
{
background-color: #FB7E6C;
}
</style>
border-color css
<style>
span { border-color: #FB7E6C; }
span { border-color: rgb(251,126,108); }
td.TdClassName
{
border-color: #FB7E6C;
}
.TagClassName
{
border-color: #FB7E6C;
}
</style>