Shades of Light Salmon #FBA181
Tints of Light Salmon #FBA181
RGB
CMYK
RGB Variations
Color information
#FBA181 (or 0xFBA181) is known color: Light Salmon. HEX triplet: FB, A1 and 81. RGB value is (251,161,129). Sum of RGB (Red+Green+Blue) = 251+161+129=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA181 is #045E7E. Grayscale: #B8B8B8. Windows color (decimal): -286335 or 8495611. OLE color: 8495611.
HSL color Cylindrical-coordinate representation of color #FBA181: hue angle of 15.74º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBA181 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 129 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.02 |
| HSL | 15.74º | 0.94% | 0.75% | - |
| HSV(B) | 15.74º | 0.49% | 0.98% | - |
| XYZ | 56.49 | 47.58 | 26.98 | - |
| YUV | 184.26 | 96.82 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 129 | 0 | 0.36 | 0.49 | 0.02 | 15.74 | 0.94 | 0.75 |
| Hex | FB | A1 | 81 | 0 | 24 | 31 | 2 | 10 | 5E | 4B |
| Octal | 373 | 241 | 201 | 0 | 44 | 61 | 2 | 20 | 136 | 113 |
| Binary | 11111011 | 10100001 | 10000001 | 0 | 100100 | 110001 | 10 | 10000 | 1011110 | 1001011 |
Color Harmonies of #FBA181
Complementary color
Monochromatic Colors of #FBA181
Black with #FBA181
Text Example
Text Example
White with #FBA181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA181; }
p { color: rgb(251,161,129); }
H1.HeaderClassName
{
color: #FBA181;
}
.AnyTagClassName
{
color: #FBA181;
}
</style>
background-color css
<style>
a { background-color: #FBA181; }
a { background-color: rgb(251,161,129); }
div.DivClassName
{
background-color: #FBA181;
}
.BgClassName
{
background-color: #FBA181;
}
</style>
border-color css
<style>
span { border-color: #FBA181; }
span { border-color: rgb(251,161,129); }
td.TdClassName
{
border-color: #FBA181;
}
.TagClassName
{
border-color: #FBA181;
}
</style>