Shades of Salmon #FB8B6D
Tints of Salmon #FB8B6D
RGB
CMYK
RGB Variations
Color information
#FB8B6D (or 0xFB8B6D) is known color: Salmon. HEX triplet: FB, 8B and 6D. RGB value is (251,139,109). Sum of RGB (Red+Green+Blue) = 251+139+109=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8B6D is #047492. Grayscale: #A9A9A9. Windows color (decimal): -291987 or 7179259. OLE color: 7179259.
HSL color Cylindrical-coordinate representation of color #FB8B6D: hue angle of 12.68º 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 #FB8B6D is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 109 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.02 |
| HSL | 12.68º | 0.95% | 0.71% | - |
| HSV(B) | 12.68º | 0.57% | 0.98% | - |
| XYZ | 51.78 | 40.08 | 19.48 | - |
| YUV | 169.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 109 | 0 | 0.45 | 0.57 | 0.02 | 12.68 | 0.95 | 0.71 |
| Hex | FB | 8B | 6D | 0 | 2D | 39 | 2 | D | 5F | 47 |
| Octal | 373 | 213 | 155 | 0 | 55 | 71 | 2 | 15 | 137 | 107 |
| Binary | 11111011 | 10001011 | 1101101 | 0 | 101101 | 111001 | 10 | 1101 | 1011111 | 1000111 |
Color Harmonies of #FB8B6D
Complementary color
Monochromatic Colors of #FB8B6D
Black with #FB8B6D
Text Example
Text Example
White with #FB8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8B6D; }
p { color: rgb(251,139,109); }
H1.HeaderClassName
{
color: #FB8B6D;
}
.AnyTagClassName
{
color: #FB8B6D;
}
</style>
background-color css
<style>
a { background-color: #FB8B6D; }
a { background-color: rgb(251,139,109); }
div.DivClassName
{
background-color: #FB8B6D;
}
.BgClassName
{
background-color: #FB8B6D;
}
</style>
border-color css
<style>
span { border-color: #FB8B6D; }
span { border-color: rgb(251,139,109); }
td.TdClassName
{
border-color: #FB8B6D;
}
.TagClassName
{
border-color: #FB8B6D;
}
</style>