Shades of Salmon #FB8978
Tints of Salmon #FB8978
RGB
CMYK
RGB Variations
Color information
#FB8978 (or 0xFB8978) is known color: Salmon. HEX triplet: FB, 89 and 78. RGB value is (251,137,120). Sum of RGB (Red+Green+Blue) = 251+137+120=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8978 is #047687. Grayscale: #A9A9A9. Windows color (decimal): -292488 or 7899643. OLE color: 7899643.
HSL color Cylindrical-coordinate representation of color #FB8978: hue angle of 7.79º 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 #FB8978 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 120 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.02 |
| HSL | 7.79º | 0.94% | 0.73% | - |
| HSV(B) | 7.79º | 0.52% | 0.98% | - |
| XYZ | 52.12 | 39.76 | 22.7 | - |
| YUV | 169.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 120 | 0 | 0.45 | 0.52 | 0.02 | 7.79 | 0.94 | 0.73 |
| Hex | FB | 89 | 78 | 0 | 2D | 34 | 2 | 8 | 5E | 49 |
| Octal | 373 | 211 | 170 | 0 | 55 | 64 | 2 | 10 | 136 | 111 |
| Binary | 11111011 | 10001001 | 1111000 | 0 | 101101 | 110100 | 10 | 1000 | 1011110 | 1001001 |
Color Harmonies of #FB8978
Complementary color
Monochromatic Colors of #FB8978
Black with #FB8978
Text Example
Text Example
White with #FB8978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8978; }
p { color: rgb(251,137,120); }
H1.HeaderClassName
{
color: #FB8978;
}
.AnyTagClassName
{
color: #FB8978;
}
</style>
background-color css
<style>
a { background-color: #FB8978; }
a { background-color: rgb(251,137,120); }
div.DivClassName
{
background-color: #FB8978;
}
.BgClassName
{
background-color: #FB8978;
}
</style>
border-color css
<style>
span { border-color: #FB8978; }
span { border-color: rgb(251,137,120); }
td.TdClassName
{
border-color: #FB8978;
}
.TagClassName
{
border-color: #FB8978;
}
</style>