Shades of Light Salmon #FBA880
Tints of Light Salmon #FBA880
RGB
CMYK
RGB Variations
Color information
#FBA880 (or 0xFBA880) is known color: Light Salmon. HEX triplet: FB, A8 and 80. RGB value is (251,168,128). Sum of RGB (Red+Green+Blue) = 251+168+128=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA880 is #04577F. Grayscale: #BCBCBC. Windows color (decimal): -284544 or 8431867. OLE color: 8431867.
HSL color Cylindrical-coordinate representation of color #FBA880: hue angle of 19.51º 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 #FBA880 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 128 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.02 |
| HSL | 19.51º | 0.94% | 0.74% | - |
| HSV(B) | 19.51º | 0.49% | 0.98% | - |
| XYZ | 57.68 | 50.07 | 27.05 | - |
| YUV | 188.26 | 94 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 128 | 0 | 0.33 | 0.49 | 0.02 | 19.51 | 0.94 | 0.74 |
| Hex | FB | A8 | 80 | 0 | 21 | 31 | 2 | 14 | 5E | 4A |
| Octal | 373 | 250 | 200 | 0 | 41 | 61 | 2 | 24 | 136 | 112 |
| Binary | 11111011 | 10101000 | 10000000 | 0 | 100001 | 110001 | 10 | 10100 | 1011110 | 1001010 |
Color Harmonies of #FBA880
Complementary color
Monochromatic Colors of #FBA880
Black with #FBA880
Text Example
Text Example
White with #FBA880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA880; }
p { color: rgb(251,168,128); }
H1.HeaderClassName
{
color: #FBA880;
}
.AnyTagClassName
{
color: #FBA880;
}
</style>
background-color css
<style>
a { background-color: #FBA880; }
a { background-color: rgb(251,168,128); }
div.DivClassName
{
background-color: #FBA880;
}
.BgClassName
{
background-color: #FBA880;
}
</style>
border-color css
<style>
span { border-color: #FBA880; }
span { border-color: rgb(251,168,128); }
td.TdClassName
{
border-color: #FBA880;
}
.TagClassName
{
border-color: #FBA880;
}
</style>