Shades of Salmon #FB786B
Tints of Salmon #FB786B
RGB
CMYK
RGB Variations
Color information
#FB786B (or 0xFB786B) is known color: Salmon. HEX triplet: FB, 78 and 6B. RGB value is (251,120,107). Sum of RGB (Red+Green+Blue) = 251+120+107=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB786B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB786B is #048794. Grayscale: #9D9D9D. Windows color (decimal): -296853 or 7043323. OLE color: 7043323.
HSL color Cylindrical-coordinate representation of color #FB786B: hue angle of 5.42º 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 #FB786B is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 107 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.02 |
| HSL | 5.42º | 0.95% | 0.7% | - |
| HSV(B) | 5.42º | 0.57% | 0.98% | - |
| XYZ | 49.15 | 35 | 18.08 | - |
| YUV | 157.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 107 | 0 | 0.52 | 0.57 | 0.02 | 5.42 | 0.95 | 0.7 |
| Hex | FB | 78 | 6B | 0 | 34 | 39 | 2 | 5 | 5F | 46 |
| Octal | 373 | 170 | 153 | 0 | 64 | 71 | 2 | 5 | 137 | 106 |
| Binary | 11111011 | 1111000 | 1101011 | 0 | 110100 | 111001 | 10 | 101 | 1011111 | 1000110 |
Color Harmonies of #FB786B
Complementary color
Monochromatic Colors of #FB786B
Black with #FB786B
Text Example
Text Example
White with #FB786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB786B; }
p { color: rgb(251,120,107); }
H1.HeaderClassName
{
color: #FB786B;
}
.AnyTagClassName
{
color: #FB786B;
}
</style>
background-color css
<style>
a { background-color: #FB786B; }
a { background-color: rgb(251,120,107); }
div.DivClassName
{
background-color: #FB786B;
}
.BgClassName
{
background-color: #FB786B;
}
</style>
border-color css
<style>
span { border-color: #FB786B; }
span { border-color: rgb(251,120,107); }
td.TdClassName
{
border-color: #FB786B;
}
.TagClassName
{
border-color: #FB786B;
}
</style>