Shades of Light Salmon #FBA687
Tints of Light Salmon #FBA687
RGB
CMYK
RGB Variations
Color information
#FBA687 (or 0xFBA687) is known color: Light Salmon. HEX triplet: FB, A6 and 87. RGB value is (251,166,135). Sum of RGB (Red+Green+Blue) = 251+166+135=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 135 (53.12% from 255 or 24.46% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA687 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA687 is #045978. Grayscale: #BCBCBC. Windows color (decimal): -285049 or 8890107. OLE color: 8890107.
HSL color Cylindrical-coordinate representation of color #FBA687: hue angle of 16.03º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBA687 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 135 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.02 |
| HSL | 16.03º | 0.94% | 0.76% | - |
| HSV(B) | 16.03º | 0.46% | 0.98% | - |
| XYZ | 57.79 | 49.53 | 29.44 | - |
| YUV | 187.88 | 98.16 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 135 | 0 | 0.34 | 0.46 | 0.02 | 16.03 | 0.94 | 0.76 |
| Hex | FB | A6 | 87 | 0 | 22 | 2E | 2 | 10 | 5E | 4C |
| Octal | 373 | 246 | 207 | 0 | 42 | 56 | 2 | 20 | 136 | 114 |
| Binary | 11111011 | 10100110 | 10000111 | 0 | 100010 | 101110 | 10 | 10000 | 1011110 | 1001100 |
Color Harmonies of #FBA687
Complementary color
Monochromatic Colors of #FBA687
Black with #FBA687
Text Example
Text Example
White with #FBA687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA687; }
p { color: rgb(251,166,135); }
H1.HeaderClassName
{
color: #FBA687;
}
.AnyTagClassName
{
color: #FBA687;
}
</style>
background-color css
<style>
a { background-color: #FBA687; }
a { background-color: rgb(251,166,135); }
div.DivClassName
{
background-color: #FBA687;
}
.BgClassName
{
background-color: #FBA687;
}
</style>
border-color css
<style>
span { border-color: #FBA687; }
span { border-color: rgb(251,166,135); }
td.TdClassName
{
border-color: #FBA687;
}
.TagClassName
{
border-color: #FBA687;
}
</style>