Shades of Salmon #FB7D6D
Tints of Salmon #FB7D6D
RGB
CMYK
RGB Variations
Color information
#FB7D6D (or 0xFB7D6D) is known color: Salmon. HEX triplet: FB, 7D and 6D. RGB value is (251,125,109). Sum of RGB (Red+Green+Blue) = 251+125+109=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7D6D is #048292. Grayscale: #A1A1A1. Windows color (decimal): -295571 or 7175675. OLE color: 7175675.
HSL color Cylindrical-coordinate representation of color #FB7D6D: hue angle of 6.76º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB7D6D is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 109 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.02 |
| HSL | 6.76º | 0.95% | 0.71% | - |
| HSV(B) | 6.76º | 0.57% | 0.98% | - |
| XYZ | 49.88 | 36.28 | 18.84 | - |
| YUV | 160.85 | 98.74 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 109 | 0 | 0.50 | 0.57 | 0.02 | 6.76 | 0.95 | 0.71 |
| Hex | FB | 7D | 6D | 0 | 32 | 39 | 2 | 7 | 5F | 47 |
| Octal | 373 | 175 | 155 | 0 | 62 | 71 | 2 | 7 | 137 | 107 |
| Binary | 11111011 | 1111101 | 1101101 | 0 | 110010 | 111001 | 10 | 111 | 1011111 | 1000111 |
Color Harmonies of #FB7D6D
Complementary color
Monochromatic Colors of #FB7D6D
Black with #FB7D6D
Text Example
Text Example
White with #FB7D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D6D; }
p { color: rgb(251,125,109); }
H1.HeaderClassName
{
color: #FB7D6D;
}
.AnyTagClassName
{
color: #FB7D6D;
}
</style>
background-color css
<style>
a { background-color: #FB7D6D; }
a { background-color: rgb(251,125,109); }
div.DivClassName
{
background-color: #FB7D6D;
}
.BgClassName
{
background-color: #FB7D6D;
}
</style>
border-color css
<style>
span { border-color: #FB7D6D; }
span { border-color: rgb(251,125,109); }
td.TdClassName
{
border-color: #FB7D6D;
}
.TagClassName
{
border-color: #FB7D6D;
}
</style>