Shades of Light Salmon #FBA17E
Tints of Light Salmon #FBA17E
RGB
CMYK
RGB Variations
Color information
#FBA17E (or 0xFBA17E) is known color: Light Salmon. HEX triplet: FB, A1 and 7E. RGB value is (251,161,126). Sum of RGB (Red+Green+Blue) = 251+161+126=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA17E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA17E is #045E81. Grayscale: #B8B8B8. Windows color (decimal): -286338 or 8299003. OLE color: 8299003.
HSL color Cylindrical-coordinate representation of color #FBA17E: hue angle of 16.8º 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 #FBA17E is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 126 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.02 |
| HSL | 16.8º | 0.94% | 0.74% | - |
| HSV(B) | 16.8º | 0.5% | 0.98% | - |
| XYZ | 56.29 | 47.51 | 25.94 | - |
| YUV | 183.92 | 95.32 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 126 | 0 | 0.36 | 0.50 | 0.02 | 16.8 | 0.94 | 0.74 |
| Hex | FB | A1 | 7E | 0 | 24 | 32 | 2 | 11 | 5E | 4A |
| Octal | 373 | 241 | 176 | 0 | 44 | 62 | 2 | 21 | 136 | 112 |
| Binary | 11111011 | 10100001 | 1111110 | 0 | 100100 | 110010 | 10 | 10001 | 1011110 | 1001010 |
Color Harmonies of #FBA17E
Complementary color
Monochromatic Colors of #FBA17E
Black with #FBA17E
Text Example
Text Example
White with #FBA17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA17E; }
p { color: rgb(251,161,126); }
H1.HeaderClassName
{
color: #FBA17E;
}
.AnyTagClassName
{
color: #FBA17E;
}
</style>
background-color css
<style>
a { background-color: #FBA17E; }
a { background-color: rgb(251,161,126); }
div.DivClassName
{
background-color: #FBA17E;
}
.BgClassName
{
background-color: #FBA17E;
}
</style>
border-color css
<style>
span { border-color: #FBA17E; }
span { border-color: rgb(251,161,126); }
td.TdClassName
{
border-color: #FBA17E;
}
.TagClassName
{
border-color: #FBA17E;
}
</style>