Shades of Light Salmon #FBA97E
Tints of Light Salmon #FBA97E
RGB
CMYK
RGB Variations
Color information
#FBA97E (or 0xFBA97E) is known color: Light Salmon. HEX triplet: FB, A9 and 7E. RGB value is (251,169,126). Sum of RGB (Red+Green+Blue) = 251+169+126=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA97E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA97E is #045681. Grayscale: #BCBCBC. Windows color (decimal): -284290 or 8301051. OLE color: 8301051.
HSL color Cylindrical-coordinate representation of color #FBA97E: hue angle of 20.64º 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 #FBA97E is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 126 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.02 |
| HSL | 20.64º | 0.94% | 0.74% | - |
| HSV(B) | 20.64º | 0.5% | 0.98% | - |
| XYZ | 57.74 | 50.39 | 26.42 | - |
| YUV | 188.62 | 92.67 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 126 | 0 | 0.33 | 0.50 | 0.02 | 20.64 | 0.94 | 0.74 |
| Hex | FB | A9 | 7E | 0 | 21 | 32 | 2 | 15 | 5E | 4A |
| Octal | 373 | 251 | 176 | 0 | 41 | 62 | 2 | 25 | 136 | 112 |
| Binary | 11111011 | 10101001 | 1111110 | 0 | 100001 | 110010 | 10 | 10101 | 1011110 | 1001010 |
Color Harmonies of #FBA97E
Complementary color
Monochromatic Colors of #FBA97E
Black with #FBA97E
Text Example
Text Example
White with #FBA97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA97E; }
p { color: rgb(251,169,126); }
H1.HeaderClassName
{
color: #FBA97E;
}
.AnyTagClassName
{
color: #FBA97E;
}
</style>
background-color css
<style>
a { background-color: #FBA97E; }
a { background-color: rgb(251,169,126); }
div.DivClassName
{
background-color: #FBA97E;
}
.BgClassName
{
background-color: #FBA97E;
}
</style>
border-color css
<style>
span { border-color: #FBA97E; }
span { border-color: rgb(251,169,126); }
td.TdClassName
{
border-color: #FBA97E;
}
.TagClassName
{
border-color: #FBA97E;
}
</style>