Shades of Light Salmon #FBA888
Tints of Light Salmon #FBA888
RGB
CMYK
RGB Variations
Color information
#FBA888 (or 0xFBA888) is known color: Light Salmon. HEX triplet: FB, A8 and 88. RGB value is (251,168,136). Sum of RGB (Red+Green+Blue) = 251+168+136=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA888 is #045777. Grayscale: #BDBDBD. Windows color (decimal): -284536 or 8956155. OLE color: 8956155.
HSL color Cylindrical-coordinate representation of color #FBA888: hue angle of 16.7º 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 #FBA888 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 136 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.02 |
| HSL | 16.7º | 0.93% | 0.76% | - |
| HSV(B) | 16.7º | 0.46% | 0.98% | - |
| XYZ | 58.23 | 50.29 | 29.93 | - |
| YUV | 189.17 | 98 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 136 | 0 | 0.33 | 0.46 | 0.02 | 16.7 | 0.93 | 0.76 |
| Hex | FB | A8 | 88 | 0 | 21 | 2E | 2 | 11 | 5D | 4C |
| Octal | 373 | 250 | 210 | 0 | 41 | 56 | 2 | 21 | 135 | 114 |
| Binary | 11111011 | 10101000 | 10001000 | 0 | 100001 | 101110 | 10 | 10001 | 1011101 | 1001100 |
Color Harmonies of #FBA888
Complementary color
Monochromatic Colors of #FBA888
Black with #FBA888
Text Example
Text Example
White with #FBA888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA888; }
p { color: rgb(251,168,136); }
H1.HeaderClassName
{
color: #FBA888;
}
.AnyTagClassName
{
color: #FBA888;
}
</style>
background-color css
<style>
a { background-color: #FBA888; }
a { background-color: rgb(251,168,136); }
div.DivClassName
{
background-color: #FBA888;
}
.BgClassName
{
background-color: #FBA888;
}
</style>
border-color css
<style>
span { border-color: #FBA888; }
span { border-color: rgb(251,168,136); }
td.TdClassName
{
border-color: #FBA888;
}
.TagClassName
{
border-color: #FBA888;
}
</style>