Shades of Salmon #FB8B7D
Tints of Salmon #FB8B7D
RGB
CMYK
RGB Variations
Color information
#FB8B7D (or 0xFB8B7D) is known color: Salmon. HEX triplet: FB, 8B and 7D. RGB value is (251,139,125). Sum of RGB (Red+Green+Blue) = 251+139+125=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8B7D is #047482. Grayscale: #ABABAB. Windows color (decimal): -291971 or 8227835. OLE color: 8227835.
HSL color Cylindrical-coordinate representation of color #FB8B7D: hue angle of 6.67º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB8B7D is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 125 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.02 |
| HSL | 6.67º | 0.94% | 0.74% | - |
| HSV(B) | 6.67º | 0.5% | 0.98% | - |
| XYZ | 52.72 | 40.46 | 24.43 | - |
| YUV | 170.89 | 102.11 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 125 | 0 | 0.45 | 0.50 | 0.02 | 6.67 | 0.94 | 0.74 |
| Hex | FB | 8B | 7D | 0 | 2D | 32 | 2 | 7 | 5E | 4A |
| Octal | 373 | 213 | 175 | 0 | 55 | 62 | 2 | 7 | 136 | 112 |
| Binary | 11111011 | 10001011 | 1111101 | 0 | 101101 | 110010 | 10 | 111 | 1011110 | 1001010 |
Color Harmonies of #FB8B7D
Complementary color
Monochromatic Colors of #FB8B7D
Black with #FB8B7D
Text Example
Text Example
White with #FB8B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8B7D; }
p { color: rgb(251,139,125); }
H1.HeaderClassName
{
color: #FB8B7D;
}
.AnyTagClassName
{
color: #FB8B7D;
}
</style>
background-color css
<style>
a { background-color: #FB8B7D; }
a { background-color: rgb(251,139,125); }
div.DivClassName
{
background-color: #FB8B7D;
}
.BgClassName
{
background-color: #FB8B7D;
}
</style>
border-color css
<style>
span { border-color: #FB8B7D; }
span { border-color: rgb(251,139,125); }
td.TdClassName
{
border-color: #FB8B7D;
}
.TagClassName
{
border-color: #FB8B7D;
}
</style>