Shades of Light Salmon #FB9F7B
Tints of Light Salmon #FB9F7B
RGB
CMYK
RGB Variations
Color information
#FB9F7B (or 0xFB9F7B) is known color: Light Salmon. HEX triplet: FB, 9F and 7B. RGB value is (251,159,123). Sum of RGB (Red+Green+Blue) = 251+159+123=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9F7B is #046084. Grayscale: #B6B6B6. Windows color (decimal): -286853 or 8101883. OLE color: 8101883.
HSL color Cylindrical-coordinate representation of color #FB9F7B: hue angle of 16.88º 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 #FB9F7B is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 123 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.02 |
| HSL | 16.88º | 0.94% | 0.73% | - |
| HSV(B) | 16.88º | 0.51% | 0.98% | - |
| XYZ | 55.76 | 46.74 | 24.82 | - |
| YUV | 182.4 | 94.48 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 123 | 0 | 0.37 | 0.51 | 0.02 | 16.88 | 0.94 | 0.73 |
| Hex | FB | 9F | 7B | 0 | 25 | 33 | 2 | 11 | 5E | 49 |
| Octal | 373 | 237 | 173 | 0 | 45 | 63 | 2 | 21 | 136 | 111 |
| Binary | 11111011 | 10011111 | 1111011 | 0 | 100101 | 110011 | 10 | 10001 | 1011110 | 1001001 |
Color Harmonies of #FB9F7B
Complementary color
Monochromatic Colors of #FB9F7B
Black with #FB9F7B
Text Example
Text Example
White with #FB9F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9F7B; }
p { color: rgb(251,159,123); }
H1.HeaderClassName
{
color: #FB9F7B;
}
.AnyTagClassName
{
color: #FB9F7B;
}
</style>
background-color css
<style>
a { background-color: #FB9F7B; }
a { background-color: rgb(251,159,123); }
div.DivClassName
{
background-color: #FB9F7B;
}
.BgClassName
{
background-color: #FB9F7B;
}
</style>
border-color css
<style>
span { border-color: #FB9F7B; }
span { border-color: rgb(251,159,123); }
td.TdClassName
{
border-color: #FB9F7B;
}
.TagClassName
{
border-color: #FB9F7B;
}
</style>