Shades of Salmon #FB8D78
Tints of Salmon #FB8D78
RGB
CMYK
RGB Variations
Color information
#FB8D78 (or 0xFB8D78) is known color: Salmon. HEX triplet: FB, 8D and 78. RGB value is (251,141,120). Sum of RGB (Red+Green+Blue) = 251+141+120=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8D78 is #047287. Grayscale: #ABABAB. Windows color (decimal): -291464 or 7900667. OLE color: 7900667.
HSL color Cylindrical-coordinate representation of color #FB8D78: hue angle of 9.62º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB8D78 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 120 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.02 |
| HSL | 9.62º | 0.94% | 0.73% | - |
| HSV(B) | 9.62º | 0.52% | 0.98% | - |
| XYZ | 52.7 | 40.92 | 22.89 | - |
| YUV | 171.5 | 98.94 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 120 | 0 | 0.44 | 0.52 | 0.02 | 9.62 | 0.94 | 0.73 |
| Hex | FB | 8D | 78 | 0 | 2C | 34 | 2 | A | 5E | 49 |
| Octal | 373 | 215 | 170 | 0 | 54 | 64 | 2 | 12 | 136 | 111 |
| Binary | 11111011 | 10001101 | 1111000 | 0 | 101100 | 110100 | 10 | 1010 | 1011110 | 1001001 |
Color Harmonies of #FB8D78
Complementary color
Monochromatic Colors of #FB8D78
Black with #FB8D78
Text Example
Text Example
White with #FB8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D78; }
p { color: rgb(251,141,120); }
H1.HeaderClassName
{
color: #FB8D78;
}
.AnyTagClassName
{
color: #FB8D78;
}
</style>
background-color css
<style>
a { background-color: #FB8D78; }
a { background-color: rgb(251,141,120); }
div.DivClassName
{
background-color: #FB8D78;
}
.BgClassName
{
background-color: #FB8D78;
}
</style>
border-color css
<style>
span { border-color: #FB8D78; }
span { border-color: rgb(251,141,120); }
td.TdClassName
{
border-color: #FB8D78;
}
.TagClassName
{
border-color: #FB8D78;
}
</style>