Shades of Light Salmon #FBA88A
Tints of Light Salmon #FBA88A
RGB
CMYK
RGB Variations
Color information
#FBA88A (or 0xFBA88A) is known color: Light Salmon. HEX triplet: FB, A8 and 8A. RGB value is (251,168,138). Sum of RGB (Red+Green+Blue) = 251+168+138=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA88A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA88A is #045775. Grayscale: #BDBDBD. Windows color (decimal): -284534 or 9087227. OLE color: 9087227.
HSL color Cylindrical-coordinate representation of color #FBA88A: hue angle of 15.93º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBA88A is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 138 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.02 |
| HSL | 15.93º | 0.93% | 0.76% | - |
| HSV(B) | 15.93º | 0.45% | 0.98% | - |
| XYZ | 58.37 | 50.35 | 30.69 | - |
| YUV | 189.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 138 | 0 | 0.33 | 0.45 | 0.02 | 15.93 | 0.93 | 0.76 |
| Hex | FB | A8 | 8A | 0 | 21 | 2D | 2 | 10 | 5D | 4C |
| Octal | 373 | 250 | 212 | 0 | 41 | 55 | 2 | 20 | 135 | 114 |
| Binary | 11111011 | 10101000 | 10001010 | 0 | 100001 | 101101 | 10 | 10000 | 1011101 | 1001100 |
Color Harmonies of #FBA88A
Complementary color
Monochromatic Colors of #FBA88A
Black with #FBA88A
Text Example
Text Example
White with #FBA88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA88A; }
p { color: rgb(251,168,138); }
H1.HeaderClassName
{
color: #FBA88A;
}
.AnyTagClassName
{
color: #FBA88A;
}
</style>
background-color css
<style>
a { background-color: #FBA88A; }
a { background-color: rgb(251,168,138); }
div.DivClassName
{
background-color: #FBA88A;
}
.BgClassName
{
background-color: #FBA88A;
}
</style>
border-color css
<style>
span { border-color: #FBA88A; }
span { border-color: rgb(251,168,138); }
td.TdClassName
{
border-color: #FBA88A;
}
.TagClassName
{
border-color: #FBA88A;
}
</style>