Shades of Light Salmon #FBA788
Tints of Light Salmon #FBA788
RGB
CMYK
RGB Variations
Color information
#FBA788 (or 0xFBA788) is known color: Light Salmon. HEX triplet: FB, A7 and 88. RGB value is (251,167,136). Sum of RGB (Red+Green+Blue) = 251+167+136=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA788 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA788 is #045877. Grayscale: #BCBCBC. Windows color (decimal): -284792 or 8955899. OLE color: 8955899.
HSL color Cylindrical-coordinate representation of color #FBA788: hue angle of 16.17º degrees, saturation: 0.93, 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 #FBA788 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 136 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.02 |
| HSL | 16.17º | 0.93% | 0.76% | - |
| HSV(B) | 16.17º | 0.46% | 0.98% | - |
| XYZ | 58.05 | 49.92 | 29.87 | - |
| YUV | 188.58 | 98.33 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 136 | 0 | 0.33 | 0.46 | 0.02 | 16.17 | 0.93 | 0.76 |
| Hex | FB | A7 | 88 | 0 | 21 | 2E | 2 | 10 | 5D | 4C |
| Octal | 373 | 247 | 210 | 0 | 41 | 56 | 2 | 20 | 135 | 114 |
| Binary | 11111011 | 10100111 | 10001000 | 0 | 100001 | 101110 | 10 | 10000 | 1011101 | 1001100 |
Color Harmonies of #FBA788
Complementary color
Monochromatic Colors of #FBA788
Black with #FBA788
Text Example
Text Example
White with #FBA788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA788; }
p { color: rgb(251,167,136); }
H1.HeaderClassName
{
color: #FBA788;
}
.AnyTagClassName
{
color: #FBA788;
}
</style>
background-color css
<style>
a { background-color: #FBA788; }
a { background-color: rgb(251,167,136); }
div.DivClassName
{
background-color: #FBA788;
}
.BgClassName
{
background-color: #FBA788;
}
</style>
border-color css
<style>
span { border-color: #FBA788; }
span { border-color: rgb(251,167,136); }
td.TdClassName
{
border-color: #FBA788;
}
.TagClassName
{
border-color: #FBA788;
}
</style>