Shades of Light Salmon #FBA87E
Tints of Light Salmon #FBA87E
RGB
CMYK
RGB Variations
Color information
#FBA87E (or 0xFBA87E) is known color: Light Salmon. HEX triplet: FB, A8 and 7E. RGB value is (251,168,126). Sum of RGB (Red+Green+Blue) = 251+168+126=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 126 (49.61% from 255 or 23.12% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA87E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA87E is #045781. Grayscale: #BCBCBC. Windows color (decimal): -284546 or 8300795. OLE color: 8300795.
HSL color Cylindrical-coordinate representation of color #FBA87E: hue angle of 20.16º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBA87E is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 126 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.02 |
| HSL | 20.16º | 0.94% | 0.74% | - |
| HSV(B) | 20.16º | 0.5% | 0.98% | - |
| XYZ | 57.55 | 50.02 | 26.36 | - |
| YUV | 188.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 126 | 0 | 0.33 | 0.50 | 0.02 | 20.16 | 0.94 | 0.74 |
| Hex | FB | A8 | 7E | 0 | 21 | 32 | 2 | 14 | 5E | 4A |
| Octal | 373 | 250 | 176 | 0 | 41 | 62 | 2 | 24 | 136 | 112 |
| Binary | 11111011 | 10101000 | 1111110 | 0 | 100001 | 110010 | 10 | 10100 | 1011110 | 1001010 |
Color Harmonies of #FBA87E
Complementary color
Monochromatic Colors of #FBA87E
Black with #FBA87E
Text Example
Text Example
White with #FBA87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA87E; }
p { color: rgb(251,168,126); }
H1.HeaderClassName
{
color: #FBA87E;
}
.AnyTagClassName
{
color: #FBA87E;
}
</style>
background-color css
<style>
a { background-color: #FBA87E; }
a { background-color: rgb(251,168,126); }
div.DivClassName
{
background-color: #FBA87E;
}
.BgClassName
{
background-color: #FBA87E;
}
</style>
border-color css
<style>
span { border-color: #FBA87E; }
span { border-color: rgb(251,168,126); }
td.TdClassName
{
border-color: #FBA87E;
}
.TagClassName
{
border-color: #FBA87E;
}
</style>