Shades of Light Salmon #FBA883
Tints of Light Salmon #FBA883
RGB
CMYK
RGB Variations
Color information
#FBA883 (or 0xFBA883) is known color: Light Salmon. HEX triplet: FB, A8 and 83. RGB value is (251,168,131). Sum of RGB (Red+Green+Blue) = 251+168+131=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA883 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA883 is #04577C. Grayscale: #BCBCBC. Windows color (decimal): -284541 or 8628475. OLE color: 8628475.
HSL color Cylindrical-coordinate representation of color #FBA883: hue angle of 18.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FBA883 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 131 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.02 |
| HSL | 18.5º | 0.94% | 0.75% | - |
| HSV(B) | 18.5º | 0.48% | 0.98% | - |
| XYZ | 57.88 | 50.15 | 28.1 | - |
| YUV | 188.6 | 95.5 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 131 | 0 | 0.33 | 0.48 | 0.02 | 18.5 | 0.94 | 0.75 |
| Hex | FB | A8 | 83 | 0 | 21 | 30 | 2 | 12 | 5E | 4B |
| Octal | 373 | 250 | 203 | 0 | 41 | 60 | 2 | 22 | 136 | 113 |
| Binary | 11111011 | 10101000 | 10000011 | 0 | 100001 | 110000 | 10 | 10010 | 1011110 | 1001011 |
Color Harmonies of #FBA883
Complementary color
Monochromatic Colors of #FBA883
Black with #FBA883
Text Example
Text Example
White with #FBA883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA883; }
p { color: rgb(251,168,131); }
H1.HeaderClassName
{
color: #FBA883;
}
.AnyTagClassName
{
color: #FBA883;
}
</style>
background-color css
<style>
a { background-color: #FBA883; }
a { background-color: rgb(251,168,131); }
div.DivClassName
{
background-color: #FBA883;
}
.BgClassName
{
background-color: #FBA883;
}
</style>
border-color css
<style>
span { border-color: #FBA883; }
span { border-color: rgb(251,168,131); }
td.TdClassName
{
border-color: #FBA883;
}
.TagClassName
{
border-color: #FBA883;
}
</style>