Shades of Light Salmon #FB9E7B
Tints of Light Salmon #FB9E7B
RGB
CMYK
RGB Variations
Color information
#FB9E7B (or 0xFB9E7B) is known color: Light Salmon. HEX triplet: FB, 9E and 7B. RGB value is (251,158,123). Sum of RGB (Red+Green+Blue) = 251+158+123=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9E7B is #046184. Grayscale: #B6B6B6. Windows color (decimal): -287109 or 8101627. OLE color: 8101627.
HSL color Cylindrical-coordinate representation of color #FB9E7B: hue angle of 16.41º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB9E7B is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 123 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.02 |
| HSL | 16.41º | 0.94% | 0.73% | - |
| HSV(B) | 16.41º | 0.51% | 0.98% | - |
| XYZ | 55.59 | 46.39 | 24.76 | - |
| YUV | 181.82 | 94.81 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 123 | 0 | 0.37 | 0.51 | 0.02 | 16.41 | 0.94 | 0.73 |
| Hex | FB | 9E | 7B | 0 | 25 | 33 | 2 | 10 | 5E | 49 |
| Octal | 373 | 236 | 173 | 0 | 45 | 63 | 2 | 20 | 136 | 111 |
| Binary | 11111011 | 10011110 | 1111011 | 0 | 100101 | 110011 | 10 | 10000 | 1011110 | 1001001 |
Color Harmonies of #FB9E7B
Complementary color
Monochromatic Colors of #FB9E7B
Black with #FB9E7B
Text Example
Text Example
White with #FB9E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9E7B; }
p { color: rgb(251,158,123); }
H1.HeaderClassName
{
color: #FB9E7B;
}
.AnyTagClassName
{
color: #FB9E7B;
}
</style>
background-color css
<style>
a { background-color: #FB9E7B; }
a { background-color: rgb(251,158,123); }
div.DivClassName
{
background-color: #FB9E7B;
}
.BgClassName
{
background-color: #FB9E7B;
}
</style>
border-color css
<style>
span { border-color: #FB9E7B; }
span { border-color: rgb(251,158,123); }
td.TdClassName
{
border-color: #FB9E7B;
}
.TagClassName
{
border-color: #FB9E7B;
}
</style>