Shades of Light Salmon #FB9776
Tints of Light Salmon #FB9776
RGB
CMYK
RGB Variations
Color information
#FB9776 (or 0xFB9776) is known color: Light Salmon. HEX triplet: FB, 97 and 76. RGB value is (251,151,118). Sum of RGB (Red+Green+Blue) = 251+151+118=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9776 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9776 is #046889. Grayscale: #B1B1B1. Windows color (decimal): -288906 or 7772155. OLE color: 7772155.
HSL color Cylindrical-coordinate representation of color #FB9776: hue angle of 14.89º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB9776 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 118 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.02 |
| HSL | 14.89º | 0.94% | 0.72% | - |
| HSV(B) | 14.89º | 0.53% | 0.98% | - |
| XYZ | 54.12 | 43.95 | 22.77 | - |
| YUV | 177.14 | 94.63 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 118 | 0 | 0.40 | 0.53 | 0.02 | 14.89 | 0.94 | 0.72 |
| Hex | FB | 97 | 76 | 0 | 28 | 35 | 2 | F | 5E | 48 |
| Octal | 373 | 227 | 166 | 0 | 50 | 65 | 2 | 17 | 136 | 110 |
| Binary | 11111011 | 10010111 | 1110110 | 0 | 101000 | 110101 | 10 | 1111 | 1011110 | 1001000 |
Color Harmonies of #FB9776
Complementary color
Monochromatic Colors of #FB9776
Black with #FB9776
Text Example
Text Example
White with #FB9776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9776; }
p { color: rgb(251,151,118); }
H1.HeaderClassName
{
color: #FB9776;
}
.AnyTagClassName
{
color: #FB9776;
}
</style>
background-color css
<style>
a { background-color: #FB9776; }
a { background-color: rgb(251,151,118); }
div.DivClassName
{
background-color: #FB9776;
}
.BgClassName
{
background-color: #FB9776;
}
</style>
border-color css
<style>
span { border-color: #FB9776; }
span { border-color: rgb(251,151,118); }
td.TdClassName
{
border-color: #FB9776;
}
.TagClassName
{
border-color: #FB9776;
}
</style>