Shades of Light Salmon #FB9E77
Tints of Light Salmon #FB9E77
RGB
CMYK
RGB Variations
Color information
#FB9E77 (or 0xFB9E77) is known color: Light Salmon. HEX triplet: FB, 9E and 77. RGB value is (251,158,119). Sum of RGB (Red+Green+Blue) = 251+158+119=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9E77 is #046188. Grayscale: #B5B5B5. Windows color (decimal): -287113 or 7839483. OLE color: 7839483.
HSL color Cylindrical-coordinate representation of color #FB9E77: hue angle of 17.73º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB9E77 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 119 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.02 |
| HSL | 17.73º | 0.94% | 0.73% | - |
| HSV(B) | 17.73º | 0.53% | 0.98% | - |
| XYZ | 55.34 | 46.29 | 23.47 | - |
| YUV | 181.36 | 92.81 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 119 | 0 | 0.37 | 0.53 | 0.02 | 17.73 | 0.94 | 0.73 |
| Hex | FB | 9E | 77 | 0 | 25 | 35 | 2 | 12 | 5E | 49 |
| Octal | 373 | 236 | 167 | 0 | 45 | 65 | 2 | 22 | 136 | 111 |
| Binary | 11111011 | 10011110 | 1110111 | 0 | 100101 | 110101 | 10 | 10010 | 1011110 | 1001001 |
Color Harmonies of #FB9E77
Complementary color
Monochromatic Colors of #FB9E77
Black with #FB9E77
Text Example
Text Example
White with #FB9E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9E77; }
p { color: rgb(251,158,119); }
H1.HeaderClassName
{
color: #FB9E77;
}
.AnyTagClassName
{
color: #FB9E77;
}
</style>
background-color css
<style>
a { background-color: #FB9E77; }
a { background-color: rgb(251,158,119); }
div.DivClassName
{
background-color: #FB9E77;
}
.BgClassName
{
background-color: #FB9E77;
}
</style>
border-color css
<style>
span { border-color: #FB9E77; }
span { border-color: rgb(251,158,119); }
td.TdClassName
{
border-color: #FB9E77;
}
.TagClassName
{
border-color: #FB9E77;
}
</style>