Shades of Light Salmon #FB9F80
Tints of Light Salmon #FB9F80
RGB
CMYK
RGB Variations
Color information
#FB9F80 (or 0xFB9F80) is known color: Light Salmon. HEX triplet: FB, 9F and 80. RGB value is (251,159,128). Sum of RGB (Red+Green+Blue) = 251+159+128=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9F80 is #04607F. Grayscale: #B7B7B7. Windows color (decimal): -286848 or 8429563. OLE color: 8429563.
HSL color Cylindrical-coordinate representation of color #FB9F80: hue angle of 15.12º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB9F80 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 128 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.02 |
| HSL | 15.12º | 0.94% | 0.74% | - |
| HSV(B) | 15.12º | 0.49% | 0.98% | - |
| XYZ | 56.08 | 46.86 | 26.51 | - |
| YUV | 182.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 128 | 0 | 0.37 | 0.49 | 0.02 | 15.12 | 0.94 | 0.74 |
| Hex | FB | 9F | 80 | 0 | 25 | 31 | 2 | F | 5E | 4A |
| Octal | 373 | 237 | 200 | 0 | 45 | 61 | 2 | 17 | 136 | 112 |
| Binary | 11111011 | 10011111 | 10000000 | 0 | 100101 | 110001 | 10 | 1111 | 1011110 | 1001010 |
Color Harmonies of #FB9F80
Complementary color
Monochromatic Colors of #FB9F80
Black with #FB9F80
Text Example
Text Example
White with #FB9F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9F80; }
p { color: rgb(251,159,128); }
H1.HeaderClassName
{
color: #FB9F80;
}
.AnyTagClassName
{
color: #FB9F80;
}
</style>
background-color css
<style>
a { background-color: #FB9F80; }
a { background-color: rgb(251,159,128); }
div.DivClassName
{
background-color: #FB9F80;
}
.BgClassName
{
background-color: #FB9F80;
}
</style>
border-color css
<style>
span { border-color: #FB9F80; }
span { border-color: rgb(251,159,128); }
td.TdClassName
{
border-color: #FB9F80;
}
.TagClassName
{
border-color: #FB9F80;
}
</style>