Shades of Light Salmon #FBA97F
Tints of Light Salmon #FBA97F
RGB
CMYK
RGB Variations
Color information
#FBA97F (or 0xFBA97F) is known color: Light Salmon. HEX triplet: FB, A9 and 7F. RGB value is (251,169,127). Sum of RGB (Red+Green+Blue) = 251+169+127=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA97F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA97F is #045680. Grayscale: #BCBCBC. Windows color (decimal): -284289 or 8366587. OLE color: 8366587.
HSL color Cylindrical-coordinate representation of color #FBA97F: hue angle of 20.32º 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 #FBA97F is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 127 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.02 |
| HSL | 20.32º | 0.94% | 0.74% | - |
| HSV(B) | 20.32º | 0.49% | 0.98% | - |
| XYZ | 57.8 | 50.42 | 26.76 | - |
| YUV | 188.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 127 | 0 | 0.33 | 0.49 | 0.02 | 20.32 | 0.94 | 0.74 |
| Hex | FB | A9 | 7F | 0 | 21 | 31 | 2 | 14 | 5E | 4A |
| Octal | 373 | 251 | 177 | 0 | 41 | 61 | 2 | 24 | 136 | 112 |
| Binary | 11111011 | 10101001 | 1111111 | 0 | 100001 | 110001 | 10 | 10100 | 1011110 | 1001010 |
Color Harmonies of #FBA97F
Complementary color
Monochromatic Colors of #FBA97F
Black with #FBA97F
Text Example
Text Example
White with #FBA97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA97F; }
p { color: rgb(251,169,127); }
H1.HeaderClassName
{
color: #FBA97F;
}
.AnyTagClassName
{
color: #FBA97F;
}
</style>
background-color css
<style>
a { background-color: #FBA97F; }
a { background-color: rgb(251,169,127); }
div.DivClassName
{
background-color: #FBA97F;
}
.BgClassName
{
background-color: #FBA97F;
}
</style>
border-color css
<style>
span { border-color: #FBA97F; }
span { border-color: rgb(251,169,127); }
td.TdClassName
{
border-color: #FBA97F;
}
.TagClassName
{
border-color: #FBA97F;
}
</style>